#B885ED

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

Shades of Biloba Flower #B885ED

Tints of Biloba Flower #B885ED

Color information

#B885ED (or 0xB885ED) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and ED. RGB value is (184,133,237). Sum of RGB (Red+Green+Blue) = 184+133+237=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #B885ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885ED is #477A12. Grayscale: #9F9F9F. Windows color (decimal): -4684307 or 15566264. OLE color: 15566264.

HSL color Cylindrical-coordinate representation of color #B885ED: hue angle of 269.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B885ED is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184133237-
CMYK0.220.4400.07
HSL269.42º74.29%72.55%-
HSV(B)269.42º43.88%92.94%-
XYZ43.4433.0884.22-
YUV160.1171.4145.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=33.21%
G=24.01%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841332370.220.4400.07269.4274.2972.55
HexB885ED162C0710d4a49
Octal270205355265407415112111
Binary10111000100001011110110110110101100011110000110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885ED; }

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

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

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

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

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

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

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

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