Html Css Color HEX #B59DCD Biloba Flower

📋 copy color: '#B59DCD'

red 181 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #B59DCD

Tints of Biloba Flower #B59DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.91%

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

R = 33.33%
G = 28.91%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B59DCD (or 0xB59DCD) is known color: Biloba Flower. HEX triplet: B5, 9D and CD. RGB value is (181,157,205). Sum of RGB (Red+Green+Blue) = 181+157+205=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DCD is #4A6232. Grayscale: #A9A9A9. Windows color (decimal): -4874803 or 13475253. OLE color: 13475253.

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

Color convert

RGB 181 157 205 -
CMYK 0.12 0.23 0 0.20
HSL 270º 0.32% 0.71% -
HSV(B) 270º 0.23% 0.8% -
XYZ 42.13 38.35 62.94 -
YUV 169.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 181 157 205 0.12 0.23 0 0.20 270 0.32 0.71
Hex B5 9D CD C 17 0 14 10E 20 47
Octal 265 235 315 14 27 0 24 416 40 107
Binary 10110101 10011101 11001101 1100 10111 0 10100 100001110 100000 1000111

Color Harmonies of #B59DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DCD

Black with #B59DCD

Text Example


Text Example

White with #B59DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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