#B369AD

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

Shades of Violet Blue #B369AD

Tints of Violet Blue #B369AD

Color information

#B369AD (or 0xB369AD) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and AD. RGB value is (179,105,173). Sum of RGB (Red+Green+Blue) = 179+105+173=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B369AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369AD is #4C9652. Grayscale: #868686. Windows color (decimal): -5019219 or 11364787. OLE color: 11364787.

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

Color convert

RGB179105173-
CMYK00.410.030.30
HSL304.86º32.74%55.69%-
HSV(B)304.86º41.34%70.2%-
XYZ31.1822.742.27-
YUV134.88149.52159.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=39.17%
G=22.98%
B=37.86%

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
Decimal17910517300.410.030.30304.8632.7455.69
HexB369AD02931E1312138
Octal2631512550513364614170
Binary1011001111010011010110101010011111110100110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369AD; }

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

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

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

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

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

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

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

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