#B885DC

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

Shades of Biloba Flower #B885DC

Tints of Biloba Flower #B885DC

Color information

#B885DC (or 0xB885DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and DC. RGB value is (184,133,220). Sum of RGB (Red+Green+Blue) = 184+133+220=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #B885DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DC is #477A23. Grayscale: #9D9D9D. Windows color (decimal): -4684324 or 14452152. OLE color: 14452152.

HSL color Cylindrical-coordinate representation of color #B885DC: hue angle of 275.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B885DC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184133220-
CMYK0.160.4000.14
HSL275.17º55.41%69.22%-
HSV(B)275.17º39.55%86.27%-
XYZ41.0732.1371.75-
YUV158.17162.9146.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=34.26%
G=24.77%
B=40.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841332200.160.4000.14275.1755.4169.22
HexB885DC10280E1133745
Octal270205334205001642367105
Binary10111000100001011101110010000101000011101000100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885DC; }

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

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

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

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

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

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

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

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