#B28BEC

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

Shades of Biloba Flower #B28BEC

Tints of Biloba Flower #B28BEC

Color information

#B28BEC (or 0xB28BEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and EC. RGB value is (178,139,236). Sum of RGB (Red+Green+Blue) = 178+139+236=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEC is #4D7413. Grayscale: #A1A1A1. Windows color (decimal): -5075988 or 15502258. OLE color: 15502258.

HSL color Cylindrical-coordinate representation of color #B28BEC: hue angle of 264.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28BEC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178139236-
CMYK0.250.4100.07
HSL264.12º71.85%73.53%-
HSV(B)264.12º41.1%92.55%-
XYZ42.7333.9983.66-
YUV161.72169.92139.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=32.19%
G=25.14%
B=42.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781392360.250.4100.07264.1271.8573.53
HexB28BEC192907108484a
Octal262213354315107410110112
Binary10110010100010111110110011001101001011110000100010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BEC; }

 p { color: rgb(178,139,236); }

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

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

 a { background-color: rgb(178,139,236); }

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

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

 span { border-color: rgb(178,139,236); }

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