#B28DE8

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

Shades of Biloba Flower #B28DE8

Tints of Biloba Flower #B28DE8

Color information

#B28DE8 (or 0xB28DE8) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and E8. RGB value is (178,141,232). Sum of RGB (Red+Green+Blue) = 178+141+232=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #B28DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DE8 is #4D7217. Grayscale: #A2A2A2. Windows color (decimal): -5075480 or 15240626. OLE color: 15240626.

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

Color convert

RGB178141232-
CMYK0.230.3900.09
HSL264.4º66.42%73.14%-
HSV(B)264.4º39.22%90.98%-
XYZ42.4534.3480.74-
YUV162.44167.26139.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=32.30%
G=25.59%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781412320.230.3900.09264.466.4273.14
HexB28DE81727091084249
Octal2622153502747011410102111
Binary101100101000110111101000101111001110100110000100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DE8; }

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

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

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

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

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

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

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

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