#B885DF

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

Shades of Biloba Flower #B885DF

Tints of Biloba Flower #B885DF

Color information

#B885DF (or 0xB885DF) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and DF. RGB value is (184,133,223). Sum of RGB (Red+Green+Blue) = 184+133+223=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B885DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DF is #477A20. Grayscale: #9E9E9E. Windows color (decimal): -4684321 or 14648760. OLE color: 14648760.

HSL color Cylindrical-coordinate representation of color #B885DF: hue angle of 274º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B885DF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184133223-
CMYK0.170.4000.13
HSL274º58.44%69.8%-
HSV(B)274º40.36%87.45%-
XYZ41.4732.2973.86-
YUV158.51164.4146.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=34.07%
G=24.63%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841332230.170.4000.1327458.4469.8
HexB885DF11280D1123a46
Octal270205337215001542272106
Binary10111000100001011101111110001101000011011000100101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885DF; }

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

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

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

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

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

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

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

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