Html Css Color HEX #B59CEA Biloba Flower

📋 copy color: '#B59CEA'

red 181 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #B59CEA

Tints of Biloba Flower #B59CEA

RGB

 RED value IS 181 (71.09% from 255) = 31.7%

 GREEN value IS 156 (61.33% from 255) = 27.32%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 31.7%
G = 27.32%
B = 40.98%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B59CEA (or 0xB59CEA) is known color: Biloba Flower. HEX triplet: B5, 9C and EA. RGB value is (181,156,234). Sum of RGB (Red+Green+Blue) = 181+156+234=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B59CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CEA is #4A6315. Grayscale: #ACACAC. Windows color (decimal): -4875030 or 15375541. OLE color: 15375541.

HSL color Cylindrical-coordinate representation of color #B59CEA: hue angle of 259.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59CEA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 156 234 -
CMYK 0.23 0.33 0 0.08
HSL 259.23º 0.65% 0.76% -
HSV(B) 259.23º 0.33% 0.92% -
XYZ 45.8 39.54 83.06 -
YUV 172.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 181 156 234 0.23 0.33 0 0.08 259.23 0.65 0.76
Hex B5 9C EA 17 21 0 8 103 41 4C
Octal 265 234 352 27 41 0 10 403 101 114
Binary 10110101 10011100 11101010 10111 100001 0 1000 100000011 1000001 1001100

Color Harmonies of #B59CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CEA

Black with #B59CEA

Text Example


Text Example

White with #B59CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CEA; }

 p { color: rgb(181,156,234); }

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

background-color css

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

 a { background-color: rgb(181,156,234); }

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

border-color css

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

 span { border-color: rgb(181,156,234); }

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