#B885DD

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

Shades of Biloba Flower #B885DD

Tints of Biloba Flower #B885DD

Color information

#B885DD (or 0xB885DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and DD. RGB value is (184,133,221). Sum of RGB (Red+Green+Blue) = 184+133+221=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B885DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DD is #477A22. Grayscale: #9D9D9D. Windows color (decimal): -4684323 or 14517688. OLE color: 14517688.

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

Color convert

RGB184133221-
CMYK0.170.4000.13
HSL274.77º56.41%69.41%-
HSV(B)274.77º39.82%86.67%-
XYZ41.2132.1972.45-
YUV158.28163.4146.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=34.20%
G=24.72%
B=41.08%

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
Decimal1841332210.170.4000.13274.7756.4169.41
HexB885DD11280D1133845
Octal270205335215001542370105
Binary10111000100001011101110110001101000011011000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885DD; }

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

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

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

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

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

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

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

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