Html Css Color HEX #B59DDD Biloba Flower

📋 copy color: '#B59DDD'

red 181 ◦ green 157 ◦ blue 221

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

Shades of Biloba Flower #B59DDD

Tints of Biloba Flower #B59DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 32.38%
G = 28.09%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B59DDD (or 0xB59DDD) is known color: Biloba Flower. HEX triplet: B5, 9D and DD. RGB value is (181,157,221). Sum of RGB (Red+Green+Blue) = 181+157+221=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DDD is #4A6222. Grayscale: #ABABAB. Windows color (decimal): -4874787 or 14523829. OLE color: 14523829.

HSL color Cylindrical-coordinate representation of color #B59DDD: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59DDD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 157 221 -
CMYK 0.18 0.29 0 0.13
HSL 262.5º 0.48% 0.74% -
HSV(B) 262.5º 0.29% 0.87% -
XYZ 44.16 39.16 73.64 -
YUV 171.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 181 157 221 0.18 0.29 0 0.13 262.5 0.48 0.74
Hex B5 9D DD 12 1D 0 D 106 30 4A
Octal 265 235 335 22 35 0 15 406 60 112
Binary 10110101 10011101 11011101 10010 11101 0 1101 100000110 110000 1001010

Color Harmonies of #B59DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DDD

Black with #B59DDD

Text Example


Text Example

White with #B59DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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