Html Css Color HEX #BA84ED Biloba Flower

📋 copy color: '#BA84ED'

red 186 ◦ green 132 ◦ blue 237

#BA84ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #BA84ED

Tints of Biloba Flower #BA84ED

RGB

 RED value IS 186 (73.05% from 255) = 33.51%

 GREEN value IS 132 (51.95% from 255) = 23.78%

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 33.51%
G = 23.78%
B = 42.7%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA84ED (or 0xBA84ED) is known color: Biloba Flower. HEX triplet: BA, 84 and ED. RGB value is (186,132,237). Sum of RGB (Red+Green+Blue) = 186+132+237=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84ED is #457B12. Grayscale: #9F9F9F. Windows color (decimal): -4553491 or 15566010. OLE color: 15566010.

HSL color Cylindrical-coordinate representation of color #BA84ED: hue angle of 270.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA84ED is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 132 237 -
CMYK 0.22 0.44 0 0.07
HSL 270.86º 0.74% 0.72% -
HSV(B) 270.86º 0.44% 0.93% -
XYZ 43.79 33.06 84.19 -
YUV 160.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 186 132 237 0.22 0.44 0 0.07 270.86 0.74 0.72
Hex BA 84 ED 16 2C 0 7 10F 4A 48
Octal 272 204 355 26 54 0 7 417 112 110
Binary 10111010 10000100 11101101 10110 101100 0 111 100001111 1001010 1001000

Color Harmonies of #BA84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84ED

Black with #BA84ED

Text Example


Text Example

White with #BA84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84ED; }

 p { color: rgb(186,132,237); }

 H1.HeaderClassName
 {
   color: #BA84ED;
 }
 .AnyTagClassName
 {
   color: #BA84ED;
 }
</style>

background-color css

<style>
 a { background-color: #BA84ED; }

 a { background-color: rgb(186,132,237); }

 div.DivClassName
 {
   background-color: #BA84ED;
 }
 .BgClassName
 {
   background-color: #BA84ED;
 }
</style>

border-color css

<style>
 span { border-color: #BA84ED; }

 span { border-color: rgb(186,132,237); }

 td.TdClassName
 {
   border-color: #BA84ED;
 }
 .TagClassName
 {
   border-color: #BA84ED;
 }
</style>