#B28FEC

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

Shades of Biloba Flower #B28FEC

Tints of Biloba Flower #B28FEC

Color information

#B28FEC (or 0xB28FEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and EC. RGB value is (178,143,236). Sum of RGB (Red+Green+Blue) = 178+143+236=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FEC is #4D7013. Grayscale: #A3A3A3. Windows color (decimal): -5074964 or 15503282. OLE color: 15503282.

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

Color convert

RGB178143236-
CMYK0.250.3900.07
HSL262.58º70.99%74.31%-
HSV(B)262.58º39.41%92.55%-
XYZ43.3235.1783.86-
YUV164.07168.6137.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=31.96%
G=25.67%
B=42.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781432360.250.3900.07262.5870.9974.31
HexB28FEC192707107474a
Octal262217354314707407107112
Binary10110010100011111110110011001100111011110000011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FEC; }

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

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

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

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

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

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

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

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