#B365AF

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

Shades of Violet Blue #B365AF

Tints of Violet Blue #B365AF

Color information

#B365AF (or 0xB365AF) is unknown color: approx Violet Blue. HEX triplet: B3, 65 and AF. RGB value is (179,101,175). Sum of RGB (Red+Green+Blue) = 179+101+175=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AF is #4C9A50. Grayscale: #848484. Windows color (decimal): -5020241 or 11494835. OLE color: 11494835.

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

Color convert

RGB179101175-
CMYK00.440.020.30
HSL303.08º33.91%54.9%-
HSV(B)303.08º43.58%70.2%-
XYZ30.9821.9943.17-
YUV132.76151.84160.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=39.34%
G=22.20%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910117500.440.020.30303.0833.9154.9
HexB365AF02C21E12f2237
Octal2631452570542364574267
Binary1011001111001011010111101011001011110100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365AF; }

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

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

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

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

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

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

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

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