#B28BE4

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

Shades of Biloba Flower #B28BE4

Tints of Biloba Flower #B28BE4

Color information

#B28BE4 (or 0xB28BE4) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and E4. RGB value is (178,139,228). Sum of RGB (Red+Green+Blue) = 178+139+228=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #B28BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BE4 is #4D741B. Grayscale: #A0A0A0. Windows color (decimal): -5075996 or 14977970. OLE color: 14977970.

HSL color Cylindrical-coordinate representation of color #B28BE4: hue angle of 266.29º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B28BE4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178139228-
CMYK0.220.3900.11
HSL266.29º62.24%71.96%-
HSV(B)266.29º39.04%89.41%-
XYZ41.633.5377.68-
YUV160.81165.92140.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=32.66%
G=25.50%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781392280.220.3900.11266.2962.2471.96
HexB28BE416270B10a3e48
Octal262213344264701341276110
Binary10110010100010111110010010110100111010111000010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BE4; }

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

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

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

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

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

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

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

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