#B361AF

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

Shades of Violet Blue #B361AF

Tints of Violet Blue #B361AF

Color information

#B361AF (or 0xB361AF) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and AF. RGB value is (179,97,175). Sum of RGB (Red+Green+Blue) = 179+97+175=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B361AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361AF is #4C9E50. Grayscale: #828282. Windows color (decimal): -5021265 or 11493811. OLE color: 11493811.

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

Color convert

RGB17997175-
CMYK00.460.020.30
HSL302.93º35.04%54.12%-
HSV(B)302.93º45.81%70.2%-
XYZ30.621.2343.04-
YUV130.41153.17162.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=39.69%
G=21.51%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799717500.460.020.30302.9335.0454.12
HexB361AF02E21E12f2336
Octal2631412570562364574366
Binary1011001111000011010111101011101011110100101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361AF; }

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

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

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

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

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

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

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

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