#B365AC

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

Shades of Violet Blue #B365AC

Tints of Violet Blue #B365AC

Color information

#B365AC (or 0xB365AC) is unknown color: approx Violet Blue. HEX triplet: B3, 65 and AC. RGB value is (179,101,172). Sum of RGB (Red+Green+Blue) = 179+101+172=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AC is #4C9A53. Grayscale: #848484. Windows color (decimal): -5020244 or 11298227. OLE color: 11298227.

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

Color convert

RGB179101172-
CMYK00.440.040.30
HSL305.38º33.91%54.9%-
HSV(B)305.38º43.58%70.2%-
XYZ30.6921.8741.63-
YUV132.42150.34161.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=39.60%
G=22.35%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910117200.440.040.30305.3833.9154.9
HexB365AC02C41E1312237
Octal2631452540544364614267
Binary10110011110010110101100010110010011110100110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365AC; }

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

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

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

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

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

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

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

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