#B368AA

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

Shades of Violet Blue #B368AA

Tints of Violet Blue #B368AA

Color information

#B368AA (or 0xB368AA) is unknown color: approx Violet Blue. HEX triplet: B3, 68 and AA. RGB value is (179,104,170). Sum of RGB (Red+Green+Blue) = 179+104+170=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B368AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368AA is #4C9755. Grayscale: #858585. Windows color (decimal): -5019478 or 11167923. OLE color: 11167923.

HSL color Cylindrical-coordinate representation of color #B368AA: hue angle of 307.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B368AA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179104170-
CMYK00.420.050.30
HSL307.2º33.04%55.49%-
HSV(B)307.2º41.9%70.2%-
XYZ30.822.3940.73-
YUV133.95148.35160.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=39.51%
G=22.96%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910417000.420.050.30307.233.0455.49
HexB368AA02A51E1332137
Octal2631502520525364634167
Binary10110011110100010101010010101010111110100110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368AA; }

 p { color: rgb(179,104,170); }

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

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

 a { background-color: rgb(179,104,170); }

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

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

 span { border-color: rgb(179,104,170); }

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