Html Css Color HEX #B588DB Biloba Flower

📋 copy color: '#B588DB'

red 181 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B588DB

Tints of Biloba Flower #B588DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.37%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 33.77%
G = 25.37%
B = 40.86%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B588DB (or 0xB588DB) is known color: Biloba Flower. HEX triplet: B5, 88 and DB. RGB value is (181,136,219). Sum of RGB (Red+Green+Blue) = 181+136+219=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B588DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588DB is #4A7724. Grayscale: #9E9E9E. Windows color (decimal): -4880165 or 14387381. OLE color: 14387381.

HSL color Cylindrical-coordinate representation of color #B588DB: hue angle of 272.53º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B588DB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 136 219 -
CMYK 0.17 0.38 0 0.14
HSL 272.53º 0.54% 0.7% -
HSV(B) 272.53º 0.38% 0.86% -
XYZ 40.65 32.55 71.16 -
YUV 158.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 181 136 219 0.17 0.38 0 0.14 272.53 0.54 0.7
Hex B5 88 DB 11 26 0 E 111 36 46
Octal 265 210 333 21 46 0 16 421 66 106
Binary 10110101 10001000 11011011 10001 100110 0 1110 100010001 110110 1000110

Color Harmonies of #B588DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588DB

Black with #B588DB

Text Example


Text Example

White with #B588DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588DB; }

 p { color: rgb(181,136,219); }

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

background-color css

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

 a { background-color: rgb(181,136,219); }

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

border-color css

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

 span { border-color: rgb(181,136,219); }

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