#B368AB

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

Shades of Violet Blue #B368AB

Tints of Violet Blue #B368AB

Color information

#B368AB (or 0xB368AB) is unknown color: approx Violet Blue. HEX triplet: B3, 68 and AB. RGB value is (179,104,171). Sum of RGB (Red+Green+Blue) = 179+104+171=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B368AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368AB is #4C9754. Grayscale: #858585. Windows color (decimal): -5019477 or 11233459. OLE color: 11233459.

HSL color Cylindrical-coordinate representation of color #B368AB: hue angle of 306.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B368AB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179104171-
CMYK00.420.040.30
HSL306.4º33.04%55.49%-
HSV(B)306.4º41.9%70.2%-
XYZ30.8922.4241.23-
YUV134.06148.85160.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=39.43%
G=22.91%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910417100.420.040.30306.433.0455.49
HexB368AB02A41E1322137
Octal2631502530524364624167
Binary10110011110100010101011010101010011110100110010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368AB; }

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

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

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

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

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

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

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

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