#B885E5

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

Shades of Biloba Flower #B885E5

Tints of Biloba Flower #B885E5

Color information

#B885E5 (or 0xB885E5) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and E5. RGB value is (184,133,229). Sum of RGB (Red+Green+Blue) = 184+133+229=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #B885E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885E5 is #477A1A. Grayscale: #9E9E9E. Windows color (decimal): -4684315 or 15041976. OLE color: 15041976.

HSL color Cylindrical-coordinate representation of color #B885E5: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B885E5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184133229-
CMYK0.200.4200.10
HSL271.88º64.86%70.98%-
HSV(B)271.88º41.92%89.8%-
XYZ42.332.6278.2-
YUV159.19167.4145.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=33.70%
G=24.36%
B=41.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841332290.200.4200.10271.8864.8670.98
HexB885E5142A0A1104147
Octal2702053452452012420101107
Binary101110001000010111100101101001010100101010001000010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885E5; }

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

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

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

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

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

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

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

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