Html Css Color HEX #B588E0 Biloba Flower

📋 copy color: '#B588E0'

red 181 ◦ green 136 ◦ blue 224

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

Shades of Biloba Flower #B588E0

Tints of Biloba Flower #B588E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 33.46%
G = 25.14%
B = 41.4%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B588E0 (or 0xB588E0) is known color: Biloba Flower. HEX triplet: B5, 88 and E0. RGB value is (181,136,224). Sum of RGB (Red+Green+Blue) = 181+136+224=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #B588E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588E0 is #4A771F. Grayscale: #9F9F9F. Windows color (decimal): -4880160 or 14715061. OLE color: 14715061.

HSL color Cylindrical-coordinate representation of color #B588E0: hue angle of 270.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B588E0 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 136 224 -
CMYK 0.19 0.39 0 0.12
HSL 270.68º 0.59% 0.71% -
HSV(B) 270.68º 0.39% 0.88% -
XYZ 41.31 32.81 74.68 -
YUV 159.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 181 136 224 0.19 0.39 0 0.12 270.68 0.59 0.71
Hex B5 88 E0 13 27 0 C 10F 3B 47
Octal 265 210 340 23 47 0 14 417 73 107
Binary 10110101 10001000 11100000 10011 100111 0 1100 100001111 111011 1000111

Color Harmonies of #B588E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588E0

Black with #B588E0

Text Example


Text Example

White with #B588E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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