#B28BEF

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

Shades of Biloba Flower #B28BEF

Tints of Biloba Flower #B28BEF

Color information

#B28BEF (or 0xB28BEF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and EF. RGB value is (178,139,239). Sum of RGB (Red+Green+Blue) = 178+139+239=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #B28BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEF is #4D7410. Grayscale: #A1A1A1. Windows color (decimal): -5075985 or 15698866. OLE color: 15698866.

HSL color Cylindrical-coordinate representation of color #B28BEF: hue angle of 263.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28BEF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178139239-
CMYK0.260.4200.06
HSL263.4º75.76%74.12%-
HSV(B)263.4º41.84%93.73%-
XYZ43.1734.1685.98-
YUV162.06171.42139.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=32.01%
G=25%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781392390.260.4200.06263.475.7674.12
HexB28BEF1A2A061074c4a
Octal262213357325206407114112
Binary10110010100010111110111111010101010011010000011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BEF; }

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

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

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

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

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

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

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

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