#B486DB

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

Shades of Biloba Flower #B486DB

Tints of Biloba Flower #B486DB

Color information

#B486DB (or 0xB486DB) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and DB. RGB value is (180,134,219). Sum of RGB (Red+Green+Blue) = 180+134+219=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486DB is #4B7924. Grayscale: #9D9D9D. Windows color (decimal): -4946213 or 14386868. OLE color: 14386868.

HSL color Cylindrical-coordinate representation of color #B486DB: hue angle of 272.47º degrees, saturation: 0.54, 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 #B486DB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180134219-
CMYK0.180.3900.14
HSL272.47º54.14%69.22%-
HSV(B)272.47º38.81%85.88%-
XYZ40.1331.8771.05-
YUV157.44162.74144.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=33.77%
G=25.14%
B=41.09%

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
Decimal1801342190.180.3900.14272.4754.1469.22
HexB486DB12270E1103645
Octal264206333224701642066105
Binary10110100100001101101101110010100111011101000100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486DB; }

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

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

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

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

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

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

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

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