#b46cab

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

Shades of Violet Blue #B46CAB

Tints of Violet Blue #B46CAB

Color information

#B46CAB (or 0xB46CAB) is unknown color: approx Violet Blue. HEX triplet: B4, 6C and AB. RGB value is (180,108,171). Sum of RGB (Red+Green+Blue) = 180+108+171=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CAB is #4B9354. Grayscale: #888888. Windows color (decimal): -4952917 or 11234484. OLE color: 11234484.

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

Color convert

RGB180108171-
CMYK00.400.050.29
HSL307.5º32.43%56.47%-
HSV(B)307.5º40%70.59%-
XYZ31.5423.3741.38-
YUV136.71147.35158.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=39.22%
G=23.53%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010817100.400.050.29307.532.4356.47
HexB46CAB02851D1342038
Octal2641542530505354644070
Binary10110100110110010101011010100010111101100110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46cab; }

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

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

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

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

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

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

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

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