#B46FAA

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

Shades of Violet Blue #B46FAA

Tints of Violet Blue #B46FAA

Color information

#B46FAA (or 0xB46FAA) is unknown color: approx Violet Blue. HEX triplet: B4, 6F and AA. RGB value is (180,111,170). Sum of RGB (Red+Green+Blue) = 180+111+170=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FAA is #4B9055. Grayscale: #8A8A8A. Windows color (decimal): -4952150 or 11169716. OLE color: 11169716.

HSL color Cylindrical-coordinate representation of color #B46FAA: hue angle of 308.7º 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 #B46FAA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180111170-
CMYK00.380.060.29
HSL308.7º31.51%57.06%-
HSV(B)308.7º38.33%70.59%-
XYZ31.7623.9740.98-
YUV138.36145.86157.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=39.05%
G=24.08%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011117000.380.060.29308.731.5157.06
HexB46FAA02661D1352039
Octal2641572520466354654071
Binary10110100110111110101010010011011011101100110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FAA; }

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

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

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

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

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

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

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

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