#B361A7

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

Shades of Violet Blue #B361A7

Tints of Violet Blue #B361A7

Color information

#B361A7 (or 0xB361A7) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and A7. RGB value is (179,97,167). Sum of RGB (Red+Green+Blue) = 179+97+167=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B361A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361A7 is #4C9E58. Grayscale: #818181. Windows color (decimal): -5021273 or 10969523. OLE color: 10969523.

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

Color convert

RGB17997167-
CMYK00.460.070.30
HSL308.78º35.04%54.12%-
HSV(B)308.78º45.81%70.2%-
XYZ29.8420.9239.03-
YUV129.5149.17163.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 167 (65.62% from 255) = 37.70%
R=40.41%
G=21.90%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799716700.460.070.30308.7835.0454.12
HexB361A702E71E1352336
Octal2631412470567364654366
Binary10110011110000110100111010111011111110100110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361A7; }

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

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

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

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

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

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

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

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