#B46FAF

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

Shades of Violet Blue #B46FAF

Tints of Violet Blue #B46FAF

Color information

#B46FAF (or 0xB46FAF) is unknown color: approx Violet Blue. HEX triplet: B4, 6F and AF. RGB value is (180,111,175). Sum of RGB (Red+Green+Blue) = 180+111+175=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FAF is #4B9050. Grayscale: #8A8A8A. Windows color (decimal): -4952145 or 11497396. OLE color: 11497396.

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

Color convert

RGB180111175-
CMYK00.380.030.29
HSL304.35º31.51%57.06%-
HSV(B)304.35º38.33%70.59%-
XYZ32.2424.1743.52-
YUV138.93148.36157.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=38.63%
G=23.82%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011117500.380.030.29304.3531.5157.06
HexB46FAF02631D1302039
Octal2641572570463354604071
Binary1011010011011111010111101001101111101100110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FAF; }

 p { color: rgb(180,111,175); }

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

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

 a { background-color: rgb(180,111,175); }

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

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

 span { border-color: rgb(180,111,175); }

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