#B369AE

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

Shades of Violet Blue #B369AE

Tints of Violet Blue #B369AE

Color information

#B369AE (or 0xB369AE) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and AE. RGB value is (179,105,174). Sum of RGB (Red+Green+Blue) = 179+105+174=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B369AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369AE is #4C9651. Grayscale: #868686. Windows color (decimal): -5019218 or 11430323. OLE color: 11430323.

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

Color convert

RGB179105174-
CMYK00.410.030.30
HSL304.05º32.74%55.69%-
HSV(B)304.05º41.34%70.2%-
XYZ31.2822.7442.79-
YUV134.99150.02159.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=39.08%
G=22.93%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910517400.410.030.30304.0532.7455.69
HexB369AE02931E1302138
Octal2631512560513364604170
Binary1011001111010011010111001010011111110100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369AE; }

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

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

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

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

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

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

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

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