#B369A7

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

Shades of Violet Blue #B369A7

Tints of Violet Blue #B369A7

Color information

#B369A7 (or 0xB369A7) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and A7. RGB value is (179,105,167). Sum of RGB (Red+Green+Blue) = 179+105+167=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A7 is #4C9658. Grayscale: #868686. Windows color (decimal): -5019225 or 10971571. OLE color: 10971571.

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

Color convert

RGB179105167-
CMYK00.410.070.30
HSL309.73º32.74%55.69%-
HSV(B)309.73º41.34%70.2%-
XYZ30.6222.4839.28-
YUV134.19146.52159.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=39.69%
G=23.28%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910516700.410.070.30309.7332.7455.69
HexB369A702971E1362138
Octal2631512470517364664170
Binary10110011110100110100111010100111111110100110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369A7; }

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

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

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

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

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

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

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

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