#B28DEC

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

Shades of Biloba Flower #B28DEC

Tints of Biloba Flower #B28DEC

Color information

#B28DEC (or 0xB28DEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and EC. RGB value is (178,141,236). Sum of RGB (Red+Green+Blue) = 178+141+236=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DEC is #4D7213. Grayscale: #A2A2A2. Windows color (decimal): -5075476 or 15502770. OLE color: 15502770.

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

Color convert

RGB178141236-
CMYK0.250.4000.07
HSL263.37º71.43%73.92%-
HSV(B)263.37º40.25%92.55%-
XYZ43.0334.5783.76-
YUV162.89169.26138.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=32.07%
G=25.41%
B=42.52%

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
Decimal1781412360.250.4000.07263.3771.4373.92
HexB28DEC192807107474a
Octal262215354315007407107112
Binary10110010100011011110110011001101000011110000011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DEC; }

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

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

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

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

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

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

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

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