#B28AE2

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

Shades of Biloba Flower #B28AE2

Tints of Biloba Flower #B28AE2

Color information

#B28AE2 (or 0xB28AE2) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and E2. RGB value is (178,138,226). Sum of RGB (Red+Green+Blue) = 178+138+226=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #B28AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AE2 is #4D751D. Grayscale: #9F9F9F. Windows color (decimal): -5076254 or 14846642. OLE color: 14846642.

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

Color convert

RGB178138226-
CMYK0.210.3900.11
HSL267.27º60.27%71.37%-
HSV(B)267.27º38.94%88.63%-
XYZ41.1833.1376.18-
YUV159.99165.25140.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=32.84%
G=25.46%
B=41.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781382260.210.3900.11267.2760.2771.37
HexB28AE215270B10b3c47
Octal262212342254701341374107
Binary10110010100010101110001010101100111010111000010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AE2; }

 p { color: rgb(178,138,226); }

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

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

 a { background-color: rgb(178,138,226); }

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

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

 span { border-color: rgb(178,138,226); }

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