#B365A0

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

Shades of Violet Blue #B365A0

Tints of Violet Blue #B365A0

Color information

#B365A0 (or 0xB365A0) is unknown color: approx Violet Blue. HEX triplet: B3, 65 and A0. RGB value is (179,101,160). Sum of RGB (Red+Green+Blue) = 179+101+160=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A0 is #4C9A5F. Grayscale: #828282. Windows color (decimal): -5020256 or 10511795. OLE color: 10511795.

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

Color convert

RGB179101160-
CMYK00.440.110.30
HSL314.62º33.91%54.9%-
HSV(B)314.62º43.58%70.2%-
XYZ29.5921.4335.83-
YUV131.05144.34162.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=40.68%
G=22.95%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910116000.440.110.30314.6233.9154.9
HexB365A002CB1E13b2237
Octal26314524005413364734267
Binary101100111100101101000000101100101111110100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365A0; }

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

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

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

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

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

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

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

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