#B662A2

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

Shades of Violet Blue #B662A2

Tints of Violet Blue #B662A2

Color information

#B662A2 (or 0xB662A2) is unknown color: approx Violet Blue. HEX triplet: B6, 62 and A2. RGB value is (182,98,162). Sum of RGB (Red+Green+Blue) = 182+98+162=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B662A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B662A2 is #499D5D. Grayscale: #828282. Windows color (decimal): -4824414 or 10642102. OLE color: 10642102.

HSL color Cylindrical-coordinate representation of color #B662A2: hue angle of 314.29º degrees, saturation: 0.37, 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 #B662A2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18298162-
CMYK00.460.110.29
HSL314.29º36.52%54.9%-
HSV(B)314.29º46.15%71.37%-
XYZ30.1821.2936.7-
YUV130.41145.83164.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=41.18%
G=22.17%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829816200.460.110.29314.2936.5254.9
HexB662A202EB1D13a2537
Octal26614224205613354724567
Binary101101101100010101000100101110101111101100111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662A2; }

 p { color: rgb(182,98,162); }

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

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

 a { background-color: rgb(182,98,162); }

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

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

 span { border-color: rgb(182,98,162); }

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