Html Css Color HEX #B59FCD Biloba Flower

📋 copy color: '#B59FCD'

red 181 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #B59FCD

Tints of Biloba Flower #B59FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 33.21%
G = 29.17%
B = 37.61%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B59FCD (or 0xB59FCD) is known color: Biloba Flower. HEX triplet: B5, 9F and CD. RGB value is (181,159,205). Sum of RGB (Red+Green+Blue) = 181+159+205=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCD is #4A6032. Grayscale: #AAAAAA. Windows color (decimal): -4874291 or 13475765. OLE color: 13475765.

HSL color Cylindrical-coordinate representation of color #B59FCD: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59FCD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 159 205 -
CMYK 0.12 0.22 0 0.20
HSL 268.7º 0.32% 0.71% -
HSV(B) 268.7º 0.22% 0.8% -
XYZ 42.47 39.03 63.05 -
YUV 170.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 181 159 205 0.12 0.22 0 0.20 268.7 0.32 0.71
Hex B5 9F CD C 16 0 14 10D 20 47
Octal 265 237 315 14 26 0 24 415 40 107
Binary 10110101 10011111 11001101 1100 10110 0 10100 100001101 100000 1000111

Color Harmonies of #B59FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FCD

Black with #B59FCD

Text Example


Text Example

White with #B59FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FCD; }

 p { color: rgb(181,159,205); }

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

background-color css

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

 a { background-color: rgb(181,159,205); }

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

border-color css

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

 span { border-color: rgb(181,159,205); }

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