Html Css Color HEX #B59BCB Biloba Flower

📋 copy color: '#B59BCB'

red 181 ◦ green 155 ◦ blue 203

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

Shades of Biloba Flower #B59BCB

Tints of Biloba Flower #B59BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 33.58%
G = 28.76%
B = 37.66%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B59BCB (or 0xB59BCB) is known color: Biloba Flower. HEX triplet: B5, 9B and CB. RGB value is (181,155,203). Sum of RGB (Red+Green+Blue) = 181+155+203=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B59BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BCB is #4A6434. Grayscale: #A8A8A8. Windows color (decimal): -4875317 or 13343669. OLE color: 13343669.

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

Color convert

RGB 181 155 203 -
CMYK 0.11 0.24 0 0.20
HSL 272.5º 0.32% 0.7% -
HSV(B) 272.5º 0.24% 0.8% -
XYZ 41.56 37.58 61.56 -
YUV 168.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 181 155 203 0.11 0.24 0 0.20 272.5 0.32 0.7
Hex B5 9B CB B 18 0 14 110 20 46
Octal 265 233 313 13 30 0 24 420 40 106
Binary 10110101 10011011 11001011 1011 11000 0 10100 100010000 100000 1000110

Color Harmonies of #B59BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BCB

Black with #B59BCB

Text Example


Text Example

White with #B59BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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