#B369AB

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

Shades of Violet Blue #B369AB

Tints of Violet Blue #B369AB

Color information

#B369AB (or 0xB369AB) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and AB. RGB value is (179,105,171). Sum of RGB (Red+Green+Blue) = 179+105+171=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B369AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369AB is #4C9654. Grayscale: #868686. Windows color (decimal): -5019221 or 11233715. OLE color: 11233715.

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

Color convert

RGB179105171-
CMYK00.410.040.30
HSL306.49º32.74%55.69%-
HSV(B)306.49º41.34%70.2%-
XYZ30.9922.6341.26-
YUV134.65148.52159.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=39.34%
G=23.08%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910517100.410.040.30306.4932.7455.69
HexB369AB02941E1322138
Octal2631512530514364624170
Binary10110011110100110101011010100110011110100110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369AB; }

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

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

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

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

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

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

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

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