#B361AA

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

Shades of Violet Blue #B361AA

Tints of Violet Blue #B361AA

Color information

#B361AA (or 0xB361AA) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and AA. RGB value is (179,97,170). Sum of RGB (Red+Green+Blue) = 179+97+170=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B361AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361AA is #4C9E55. Grayscale: #818181. Windows color (decimal): -5021270 or 11166131. OLE color: 11166131.

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

Color convert

RGB17997170-
CMYK00.460.050.30
HSL306.59º35.04%54.12%-
HSV(B)306.59º45.81%70.2%-
XYZ30.1221.0440.5-
YUV129.84150.67163.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=40.13%
G=21.75%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799717000.460.050.30306.5935.0454.12
HexB361AA02E51E1332336
Octal2631412520565364634366
Binary10110011110000110101010010111010111110100110011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361AA; }

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

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

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

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

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

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

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

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