#B46CAE

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

Shades of Violet Blue #B46CAE

Tints of Violet Blue #B46CAE

Color information

#B46CAE (or 0xB46CAE) is unknown color: approx Violet Blue. HEX triplet: B4, 6C and AE. RGB value is (180,108,174). Sum of RGB (Red+Green+Blue) = 180+108+174=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CAE is #4B9351. Grayscale: #888888. Windows color (decimal): -4952914 or 11431092. OLE color: 11431092.

HSL color Cylindrical-coordinate representation of color #B46CAE: hue angle of 305º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46CAE is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180108174-
CMYK00.400.030.29
HSL305º32.43%56.47%-
HSV(B)305º40%70.59%-
XYZ31.8223.4842.9-
YUV137.05148.85158.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=38.96%
G=23.38%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010817400.400.030.2930532.4356.47
HexB46CAE02831D1312038
Octal2641542560503354614070
Binary1011010011011001010111001010001111101100110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CAE; }

 p { color: rgb(180,108,174); }

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

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

 a { background-color: rgb(180,108,174); }

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

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

 span { border-color: rgb(180,108,174); }

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