#B365A2

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

Shades of Violet Blue #B365A2

Tints of Violet Blue #B365A2

Color information

#B365A2 (or 0xB365A2) is unknown color: approx Violet Blue. HEX triplet: B3, 65 and A2. RGB value is (179,101,162). Sum of RGB (Red+Green+Blue) = 179+101+162=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A2 is #4C9A5D. Grayscale: #838383. Windows color (decimal): -5020254 or 10642867. OLE color: 10642867.

HSL color Cylindrical-coordinate representation of color #B365A2: hue angle of 313.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B365A2 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179101162-
CMYK00.440.090.30
HSL313.08º33.91%54.9%-
HSV(B)313.08º43.58%70.2%-
XYZ29.7721.536.76-
YUV131.28145.34162.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=40.50%
G=22.85%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910116200.440.090.30313.0833.9154.9
HexB365A202C91E1392237
Octal26314524205411364714267
Binary101100111100101101000100101100100111110100111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365A2; }

 p { color: rgb(179,101,162); }

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

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

 a { background-color: rgb(179,101,162); }

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

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

 span { border-color: rgb(179,101,162); }

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