#B365AE

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

Shades of Violet Blue #B365AE

Tints of Violet Blue #B365AE

Color information

#B365AE (or 0xB365AE) is unknown color: approx Violet Blue. HEX triplet: B3, 65 and AE. RGB value is (179,101,174). Sum of RGB (Red+Green+Blue) = 179+101+174=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AE is #4C9A51. Grayscale: #848484. Windows color (decimal): -5020242 or 11429299. OLE color: 11429299.

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

Color convert

RGB179101174-
CMYK00.440.030.30
HSL303.85º33.91%54.9%-
HSV(B)303.85º43.58%70.2%-
XYZ30.8821.9542.65-
YUV132.64151.34161.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=39.43%
G=22.25%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910117400.440.030.30303.8533.9154.9
HexB365AE02C31E1302237
Octal2631452560543364604267
Binary1011001111001011010111001011001111110100110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365AE; }

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

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

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

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

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

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

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

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