#B356AB

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

Shades of Violet Blue #B356AB

Tints of Violet Blue #B356AB

Color information

#B356AB (or 0xB356AB) is unknown color: approx Violet Blue. HEX triplet: B3, 56 and AB. RGB value is (179,86,171). Sum of RGB (Red+Green+Blue) = 179+86+171=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B356AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356AB is #4CA954. Grayscale: #7B7B7B. Windows color (decimal): -5024085 or 11228851. OLE color: 11228851.

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

Color convert

RGB17986171-
CMYK00.520.040.30
HSL305.16º37.96%51.96%-
HSV(B)305.16º51.96%70.2%-
XYZ29.2719.1840.69-
YUV123.5154.81167.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=41.06%
G=19.72%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798617100.520.040.30305.1637.9651.96
HexB356AB03441E1312634
Octal2631262530644364614664
Binary10110011101011010101011011010010011110100110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B356AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B356AB; }

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

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

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

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

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

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

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

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