#B369AA

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

Shades of Violet Blue #B369AA

Tints of Violet Blue #B369AA

Color information

#B369AA (or 0xB369AA) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and AA. RGB value is (179,105,170). Sum of RGB (Red+Green+Blue) = 179+105+170=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B369AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369AA is #4C9655. Grayscale: #868686. Windows color (decimal): -5019222 or 11168179. OLE color: 11168179.

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

Color convert

RGB179105170-
CMYK00.410.050.30
HSL307.3º32.74%55.69%-
HSV(B)307.3º41.34%70.2%-
XYZ30.922.5940.76-
YUV134.54148.02159.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=39.43%
G=23.13%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910517000.410.050.30307.332.7455.69
HexB369AA02951E1332138
Octal2631512520515364634170
Binary10110011110100110101010010100110111110100110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369AA; }

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

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

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

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

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

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

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

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