Html Css Color HEX #B588FF Biloba Flower

📋 copy color: '#B588FF'

red 181 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #B588FF

Tints of Biloba Flower #B588FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 31.64%
G = 23.78%
B = 44.58%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B588FF (or 0xB588FF) is known color: Biloba Flower. HEX triplet: B5, 88 and FF. RGB value is (181,136,255). Sum of RGB (Red+Green+Blue) = 181+136+255=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B588FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588FF is #4A7700. Grayscale: #A2A2A2. Windows color (decimal): -4880129 or 16746677. OLE color: 16746677.

HSL color Cylindrical-coordinate representation of color #B588FF: hue angle of 262.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B588FF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 136 255 -
CMYK 0.29 0.47 0 0
HSL 262.69º 1% 0.77% -
HSV(B) 262.69º 0.47% 1% -
XYZ 45.91 34.65 98.88 -
YUV 163.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 181 136 255 0.29 0.47 0 0 262.69 1 0.77
Hex B5 88 FF 1D 2F 0 0 107 64 4D
Octal 265 210 377 35 57 0 0 407 144 115
Binary 10110101 10001000 11111111 11101 101111 0 0 100000111 1100100 1001101

Color Harmonies of #B588FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588FF

Black with #B588FF

Text Example


Text Example

White with #B588FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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