Html Css Color HEX #B59CE0 Biloba Flower

📋 copy color: '#B59CE0'

red 181 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #B59CE0

Tints of Biloba Flower #B59CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 32.26%
G = 27.81%
B = 39.93%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B59CE0 (or 0xB59CE0) is known color: Biloba Flower. HEX triplet: B5, 9C and E0. RGB value is (181,156,224). Sum of RGB (Red+Green+Blue) = 181+156+224=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #B59CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CE0 is #4A631F. Grayscale: #AAAAAA. Windows color (decimal): -4875040 or 14720181. OLE color: 14720181.

HSL color Cylindrical-coordinate representation of color #B59CE0: hue angle of 262.06º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59CE0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 156 224 -
CMYK 0.19 0.30 0 0.12
HSL 262.06º 0.52% 0.75% -
HSV(B) 262.06º 0.3% 0.88% -
XYZ 44.4 38.98 75.71 -
YUV 171.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 181 156 224 0.19 0.30 0 0.12 262.06 0.52 0.75
Hex B5 9C E0 13 1E 0 C 106 34 4B
Octal 265 234 340 23 36 0 14 406 64 113
Binary 10110101 10011100 11100000 10011 11110 0 1100 100000110 110100 1001011

Color Harmonies of #B59CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CE0

Black with #B59CE0

Text Example


Text Example

White with #B59CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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