#B486D6

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

Shades of Biloba Flower #B486D6

Tints of Biloba Flower #B486D6

Color information

#B486D6 (or 0xB486D6) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and D6. RGB value is (180,134,214). Sum of RGB (Red+Green+Blue) = 180+134+214=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #B486D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486D6 is #4B7929. Grayscale: #9C9C9C. Windows color (decimal): -4946218 or 14059188. OLE color: 14059188.

HSL color Cylindrical-coordinate representation of color #B486D6: hue angle of 274.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B486D6 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180134214-
CMYK0.160.3700.16
HSL274.5º49.38%68.24%-
HSV(B)274.5º37.38%83.92%-
XYZ39.4931.6167.64-
YUV156.87160.24144.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=34.09%
G=25.38%
B=40.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801342140.160.3700.16274.549.3868.24
HexB486D610250101123144
Octal264206326204502042261104
Binary101101001000011011010110100001001010100001000100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486D6; }

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

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

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

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

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

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

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

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