#B885E9

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

Shades of Biloba Flower #B885E9

Tints of Biloba Flower #B885E9

Color information

#B885E9 (or 0xB885E9) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and E9. RGB value is (184,133,233). Sum of RGB (Red+Green+Blue) = 184+133+233=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #B885E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885E9 is #477A16. Grayscale: #9F9F9F. Windows color (decimal): -4684311 or 15304120. OLE color: 15304120.

HSL color Cylindrical-coordinate representation of color #B885E9: hue angle of 270.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B885E9 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184133233-
CMYK0.210.4300.09
HSL270.6º69.44%71.76%-
HSV(B)270.6º42.92%91.37%-
XYZ42.8632.8581.17-
YUV159.65169.4145.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=33.45%
G=24.18%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841332330.210.4300.09270.669.4471.76
HexB885E9152B0910f4548
Octal2702053512553011417105110
Binary101110001000010111101001101011010110100110000111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885E9; }

 p { color: rgb(184,133,233); }

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

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

 a { background-color: rgb(184,133,233); }

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

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

 span { border-color: rgb(184,133,233); }

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