#B6639F

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

Shades of Violet Blue #B6639F

Tints of Violet Blue #B6639F

Color information

#B6639F (or 0xB6639F) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and 9F. RGB value is (182,99,159). Sum of RGB (Red+Green+Blue) = 182+99+159=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6639F is #499C60. Grayscale: #828282. Windows color (decimal): -4824161 or 10445750. OLE color: 10445750.

HSL color Cylindrical-coordinate representation of color #B6639F: hue angle of 316.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6639F is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18299159-
CMYK00.460.130.29
HSL316.63º36.24%55.1%-
HSV(B)316.63º45.6%71.37%-
XYZ30.0121.3735.34-
YUV130.66144164.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=41.36%
G=22.5%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829915900.460.130.29316.6336.2455.1
HexB6639F02ED1D13d2437
Octal26614323705615354754467
Binary101101101100011100111110101110110111101100111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6639F; }

 p { color: rgb(182,99,159); }

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

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

 a { background-color: rgb(182,99,159); }

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

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

 span { border-color: rgb(182,99,159); }

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