#B46DB1

Color #B46DB1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B46DB1

Tints of Violet Blue #B46DB1

Color information

#B46DB1 (or 0xB46DB1) is unknown color: approx Violet Blue. HEX triplet: B4, 6D and B1. RGB value is (180,109,177). Sum of RGB (Red+Green+Blue) = 180+109+177=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DB1 is #4B924E. Grayscale: #898989. Windows color (decimal): -4952655 or 11627956. OLE color: 11627956.

HSL color Cylindrical-coordinate representation of color #B46DB1: hue angle of 302.54º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46DB1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180109177-
CMYK00.390.020.29
HSL302.54º32.13%56.67%-
HSV(B)302.54º39.44%70.59%-
XYZ32.2323.8144.49-
YUV137.98150.02157.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=38.63%
G=23.39%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010917700.390.020.29302.5432.1356.67
HexB46DB102721D12f2039
Octal2641552610472354574071
Binary1011010011011011011000101001111011101100101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DB1; }

 p { color: rgb(180,109,177); }

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

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

 a { background-color: rgb(180,109,177); }

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

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

 span { border-color: rgb(180,109,177); }

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