#B486DC

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

Shades of Biloba Flower #B486DC

Tints of Biloba Flower #B486DC

Color information

#B486DC (or 0xB486DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and DC. RGB value is (180,134,220). Sum of RGB (Red+Green+Blue) = 180+134+220=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B486DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486DC is #4B7923. Grayscale: #9D9D9D. Windows color (decimal): -4946212 or 14452404. OLE color: 14452404.

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

Color convert

RGB180134220-
CMYK0.180.3900.14
HSL272.09º55.13%69.41%-
HSV(B)272.09º39.09%86.27%-
XYZ40.2731.9271.75-
YUV157.56163.24144.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=33.71%
G=25.09%
B=41.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801342200.180.3900.14272.0955.1369.41
HexB486DC12270E1103745
Octal264206334224701642067105
Binary10110100100001101101110010010100111011101000100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486DC; }

 p { color: rgb(180,134,220); }

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

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

 a { background-color: rgb(180,134,220); }

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

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

 span { border-color: rgb(180,134,220); }

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