#B88AE2

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

Shades of Biloba Flower #B88AE2

Tints of Biloba Flower #B88AE2

Color information

#B88AE2 (or 0xB88AE2) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and E2. RGB value is (184,138,226). Sum of RGB (Red+Green+Blue) = 184+138+226=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #B88AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88AE2 is #47751D. Grayscale: #A1A1A1. Windows color (decimal): -4683038 or 14846648. OLE color: 14846648.

HSL color Cylindrical-coordinate representation of color #B88AE2: hue angle of 271.36º 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 #B88AE2 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184138226-
CMYK0.190.3900.11
HSL271.36º60.27%71.37%-
HSV(B)271.36º38.94%88.63%-
XYZ42.5833.8676.24-
YUV161.79164.24143.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 226 (88.67% from 255) = 41.24%
R=33.58%
G=25.18%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841382260.190.3900.11271.3660.2771.37
HexB88AE213270B10f3c47
Octal270212342234701341774107
Binary10111000100010101110001010011100111010111000011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AE2; }

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

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

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

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

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

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

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

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