#B28CE8

Color #B28CE8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B28CE8

Tints of Biloba Flower #B28CE8

Color information

#B28CE8 (or 0xB28CE8) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and E8. RGB value is (178,140,232). Sum of RGB (Red+Green+Blue) = 178+140+232=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #B28CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CE8 is #4D7317. Grayscale: #A1A1A1. Windows color (decimal): -5075736 or 15240370. OLE color: 15240370.

HSL color Cylindrical-coordinate representation of color #B28CE8: hue angle of 264.78º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28CE8 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178140232-
CMYK0.230.4000.09
HSL264.78º66.67%72.94%-
HSV(B)264.78º39.66%90.98%-
XYZ42.334.0580.69-
YUV161.85167.59139.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=32.36%
G=25.45%
B=42.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781402320.230.4000.09264.7866.6772.94
HexB28CE81728091094349
Octal2622143502750011411103111
Binary101100101000110011101000101111010000100110000100110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CE8; }

 p { color: rgb(178,140,232); }

 H1.HeaderClassName
 {
   color: #B28CE8;
 }
 .AnyTagClassName
 {
   color: #B28CE8;
 }
</style>
background-color css

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

 a { background-color: rgb(178,140,232); }

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

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

 span { border-color: rgb(178,140,232); }

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