#B28DEB

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

Shades of Biloba Flower #B28DEB

Tints of Biloba Flower #B28DEB

Color information

#B28DEB (or 0xB28DEB) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and EB. RGB value is (178,141,235). Sum of RGB (Red+Green+Blue) = 178+141+235=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #B28DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DEB is #4D7214. Grayscale: #A2A2A2. Windows color (decimal): -5075477 or 15437234. OLE color: 15437234.

HSL color Cylindrical-coordinate representation of color #B28DEB: hue angle of 263.62º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28DEB is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178141235-
CMYK0.240.400.08
HSL263.62º70.15%73.73%-
HSV(B)263.62º40%92.16%-
XYZ42.8834.5183-
YUV162.78168.76138.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=32.13%
G=25.45%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781412350.240.400.08263.6270.1573.73
HexB28DEB182808108464a
Octal2622153533050010410106112
Binary101100101000110111101011110001010000100010000100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DEB; }

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

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

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

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

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

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

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

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