#B361A3

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

Shades of Violet Blue #B361A3

Tints of Violet Blue #B361A3

Color information

#B361A3 (or 0xB361A3) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and A3. RGB value is (179,97,163). Sum of RGB (Red+Green+Blue) = 179+97+163=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B361A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361A3 is #4C9E5C. Grayscale: #808080. Windows color (decimal): -5021277 or 10707379. OLE color: 10707379.

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

Color convert

RGB17997163-
CMYK00.460.090.30
HSL311.71º35.04%54.12%-
HSV(B)311.71º45.81%70.2%-
XYZ29.4820.7837.11-
YUV129.04147.17163.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=40.77%
G=22.10%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799716300.460.090.30311.7135.0454.12
HexB361A302E91E1382336
Octal26314124305611364704366
Binary101100111100001101000110101110100111110100111000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361A3; }

 p { color: rgb(179,97,163); }

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

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

 a { background-color: rgb(179,97,163); }

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

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

 span { border-color: rgb(179,97,163); }

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