Html Css Color HEX #B59CDD Biloba Flower

📋 copy color: '#B59CDD'

red 181 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #B59CDD

Tints of Biloba Flower #B59CDD

RGB

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

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

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

R = 32.44%
G = 27.96%
B = 39.61%

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

#B59CDD (or 0xB59CDD) is known color: Biloba Flower. HEX triplet: B5, 9C and DD. RGB value is (181,156,221). Sum of RGB (Red+Green+Blue) = 181+156+221=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CDD is #4A6322. Grayscale: #AAAAAA. Windows color (decimal): -4875043 or 14523573. OLE color: 14523573.

HSL color Cylindrical-coordinate representation of color #B59CDD: hue angle of 263.08º degrees, saturation: 0.49, 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 #B59CDD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 156 221 -
CMYK 0.18 0.29 0 0.13
HSL 263.08º 0.49% 0.74% -
HSV(B) 263.08º 0.29% 0.87% -
XYZ 44 38.82 73.58 -
YUV 170.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 181 156 221 0.18 0.29 0 0.13 263.08 0.49 0.74
Hex B5 9C DD 12 1D 0 D 107 31 4A
Octal 265 234 335 22 35 0 15 407 61 112
Binary 10110101 10011100 11011101 10010 11101 0 1101 100000111 110001 1001010

Color Harmonies of #B59CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CDD

Black with #B59CDD

Text Example


Text Example

White with #B59CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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