Html Css Color HEX #B588EC Biloba Flower

📋 copy color: '#B588EC'

red 181 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #B588EC

Tints of Biloba Flower #B588EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 32.73%
G = 24.59%
B = 42.68%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B588EC (or 0xB588EC) is known color: Biloba Flower. HEX triplet: B5, 88 and EC. RGB value is (181,136,236). Sum of RGB (Red+Green+Blue) = 181+136+236=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B588EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588EC is #4A7713. Grayscale: #A0A0A0. Windows color (decimal): -4880148 or 15501493. OLE color: 15501493.

HSL color Cylindrical-coordinate representation of color #B588EC: hue angle of 267º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B588EC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 136 236 -
CMYK 0.23 0.42 0 0.07
HSL 267º 0.72% 0.73% -
HSV(B) 267º 0.42% 0.93% -
XYZ 43 33.49 83.55 -
YUV 160.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 181 136 236 0.23 0.42 0 0.07 267 0.72 0.73
Hex B5 88 EC 17 2A 0 7 10B 48 49
Octal 265 210 354 27 52 0 7 413 110 111
Binary 10110101 10001000 11101100 10111 101010 0 111 100001011 1001000 1001001

Color Harmonies of #B588EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588EC

Black with #B588EC

Text Example


Text Example

White with #B588EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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