Html Css Color HEX #B59BCD Biloba Flower

📋 copy color: '#B59BCD'

red 181 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #B59BCD

Tints of Biloba Flower #B59BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.65%

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

R = 33.46%
G = 28.65%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B59BCD (or 0xB59BCD) is known color: Biloba Flower. HEX triplet: B5, 9B and CD. RGB value is (181,155,205). Sum of RGB (Red+Green+Blue) = 181+155+205=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BCD is #4A6432. Grayscale: #A8A8A8. Windows color (decimal): -4875315 or 13474741. OLE color: 13474741.

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

Color convert

RGB 181 155 205 -
CMYK 0.12 0.24 0 0.20
HSL 271.2º 0.33% 0.71% -
HSV(B) 271.2º 0.24% 0.8% -
XYZ 41.8 37.67 62.83 -
YUV 168.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 181 155 205 0.12 0.24 0 0.20 271.2 0.33 0.71
Hex B5 9B CD C 18 0 14 10F 21 47
Octal 265 233 315 14 30 0 24 417 41 107
Binary 10110101 10011011 11001101 1100 11000 0 10100 100001111 100001 1000111

Color Harmonies of #B59BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BCD

Black with #B59BCD

Text Example


Text Example

White with #B59BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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