#B369A4

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

Shades of Violet Blue #B369A4

Tints of Violet Blue #B369A4

Color information

#B369A4 (or 0xB369A4) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and A4. RGB value is (179,105,164). Sum of RGB (Red+Green+Blue) = 179+105+164=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A4 is #4C965B. Grayscale: #858585. Windows color (decimal): -5019228 or 10774963. OLE color: 10774963.

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

Color convert

RGB179105164-
CMYK00.410.080.30
HSL312.16º32.74%55.69%-
HSV(B)312.16º41.34%70.2%-
XYZ30.3422.3737.84-
YUV133.85145.02160.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=39.96%
G=23.44%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910516400.410.080.30312.1632.7455.69
HexB369A402981E1382138
Octal26315124405110364704170
Binary101100111101001101001000101001100011110100111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369A4; }

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

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

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

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

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

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

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

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