Html Css Color HEX #B588DF Biloba Flower

📋 copy color: '#B588DF'

red 181 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B588DF

Tints of Biloba Flower #B588DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 33.52%
G = 25.19%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B588DF (or 0xB588DF) is known color: Biloba Flower. HEX triplet: B5, 88 and DF. RGB value is (181,136,223). Sum of RGB (Red+Green+Blue) = 181+136+223=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B588DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588DF is #4A7720. Grayscale: #9F9F9F. Windows color (decimal): -4880161 or 14649525. OLE color: 14649525.

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

Color convert

RGB 181 136 223 -
CMYK 0.19 0.39 0 0.13
HSL 271.03º 0.58% 0.7% -
HSV(B) 271.03º 0.39% 0.87% -
XYZ 41.18 32.76 73.96 -
YUV 159.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 181 136 223 0.19 0.39 0 0.13 271.03 0.58 0.7
Hex B5 88 DF 13 27 0 D 10F 3A 46
Octal 265 210 337 23 47 0 15 417 72 106
Binary 10110101 10001000 11011111 10011 100111 0 1101 100001111 111010 1000110

Color Harmonies of #B588DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588DF

Black with #B588DF

Text Example


Text Example

White with #B588DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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