#B46BAE

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

Shades of Violet Blue #B46BAE

Tints of Violet Blue #B46BAE

Color information

#B46BAE (or 0xB46BAE) is unknown color: approx Violet Blue. HEX triplet: B4, 6B and AE. RGB value is (180,107,174). Sum of RGB (Red+Green+Blue) = 180+107+174=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BAE is #4B9451. Grayscale: #888888. Windows color (decimal): -4953170 or 11430836. OLE color: 11430836.

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

Color convert

RGB180107174-
CMYK00.410.030.29
HSL304.93º32.74%56.27%-
HSV(B)304.93º40.56%70.59%-
XYZ31.7223.2742.87-
YUV136.46149.18159.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=39.05%
G=23.21%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010717400.410.030.29304.9332.7456.27
HexB46BAE02931D1312138
Octal2641532560513354614170
Binary1011010011010111010111001010011111101100110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BAE; }

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

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

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

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

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

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

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

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