#B28FED

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

Shades of Biloba Flower #B28FED

Tints of Biloba Flower #B28FED

Color information

#B28FED (or 0xB28FED) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and ED. RGB value is (178,143,237). Sum of RGB (Red+Green+Blue) = 178+143+237=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B28FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FED is #4D7012. Grayscale: #A3A3A3. Windows color (decimal): -5074963 or 15568818. OLE color: 15568818.

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

Color convert

RGB178143237-
CMYK0.250.4000.07
HSL262.34º72.31%74.51%-
HSV(B)262.34º39.66%92.94%-
XYZ43.4735.2284.63-
YUV164.18169.1137.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=31.90%
G=25.63%
B=42.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781432370.250.4000.07262.3472.3174.51
HexB28FED192807106484b
Octal262217355315007406110113
Binary10110010100011111110110111001101000011110000011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FED; }

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

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

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

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

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

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

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

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