Html Css Color HEX #B588DD Biloba Flower

📋 copy color: '#B588DD'

red 181 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #B588DD

Tints of Biloba Flower #B588DD

RGB

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

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

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

R = 33.64%
G = 25.28%
B = 41.08%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B588DD (or 0xB588DD) is known color: Biloba Flower. HEX triplet: B5, 88 and DD. RGB value is (181,136,221). Sum of RGB (Red+Green+Blue) = 181+136+221=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B588DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588DD is #4A7722. Grayscale: #9E9E9E. Windows color (decimal): -4880163 or 14518453. OLE color: 14518453.

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

Color convert

RGB 181 136 221 -
CMYK 0.18 0.38 0 0.13
HSL 271.76º 0.56% 0.7% -
HSV(B) 271.76º 0.38% 0.87% -
XYZ 40.91 32.65 72.55 -
YUV 159.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 181 136 221 0.18 0.38 0 0.13 271.76 0.56 0.7
Hex B5 88 DD 12 26 0 D 110 38 46
Octal 265 210 335 22 46 0 15 420 70 106
Binary 10110101 10001000 11011101 10010 100110 0 1101 100010000 111000 1000110

Color Harmonies of #B588DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588DD

Black with #B588DD

Text Example


Text Example

White with #B588DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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