Html Css Color HEX #B588FA Biloba Flower

📋 copy color: '#B588FA'

red 181 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #B588FA

Tints of Biloba Flower #B588FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 31.92%
G = 23.99%
B = 44.09%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B588FA (or 0xB588FA) is known color: Biloba Flower. HEX triplet: B5, 88 and FA. RGB value is (181,136,250). Sum of RGB (Red+Green+Blue) = 181+136+250=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B588FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588FA is #4A7705. Grayscale: #A2A2A2. Windows color (decimal): -4880134 or 16418997. OLE color: 16418997.

HSL color Cylindrical-coordinate representation of color #B588FA: hue angle of 263.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B588FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 136 250 -
CMYK 0.28 0.46 0 0.02
HSL 263.68º 0.92% 0.76% -
HSV(B) 263.68º 0.46% 0.98% -
XYZ 45.12 34.33 94.69 -
YUV 162.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 181 136 250 0.28 0.46 0 0.02 263.68 0.92 0.76
Hex B5 88 FA 1C 2E 0 2 108 5C 4C
Octal 265 210 372 34 56 0 2 410 134 114
Binary 10110101 10001000 11111010 11100 101110 0 10 100001000 1011100 1001100

Color Harmonies of #B588FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588FA

Black with #B588FA

Text Example


Text Example

White with #B588FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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