#B28DEE

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

Shades of Biloba Flower #B28DEE

Tints of Biloba Flower #B28DEE

Color information

#B28DEE (or 0xB28DEE) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and EE. RGB value is (178,141,238). Sum of RGB (Red+Green+Blue) = 178+141+238=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B28DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DEE is #4D7211. Grayscale: #A2A2A2. Windows color (decimal): -5075474 or 15633842. OLE color: 15633842.

HSL color Cylindrical-coordinate representation of color #B28DEE: hue angle of 262.89º degrees, saturation: 0.74, 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 #B28DEE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178141238-
CMYK0.250.4100.07
HSL262.89º74.05%74.31%-
HSV(B)262.89º40.76%93.33%-
XYZ43.3234.6985.3-
YUV163.12170.26138.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=31.96%
G=25.31%
B=42.73%

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
Decimal1781412380.250.4100.07262.8974.0574.31
HexB28DEE1929071074a4a
Octal262215356315107407112112
Binary10110010100011011110111011001101001011110000011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DEE; }

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

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

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

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

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

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

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

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