#B350A3

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

Shades of Violet Blue #B350A3

Tints of Violet Blue #B350A3

Color information

#B350A3 (or 0xB350A3) is unknown color: approx Violet Blue. HEX triplet: B3, 50 and A3. RGB value is (179,80,163). Sum of RGB (Red+Green+Blue) = 179+80+163=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B350A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350A3 is #4CAF5C. Grayscale: #767676. Windows color (decimal): -5025629 or 10703027. OLE color: 10703027.

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

Color convert

RGB17980163-
CMYK00.550.090.30
HSL309.7º39.44%50.78%-
HSV(B)309.7º55.31%70.2%-
XYZ28.0717.9736.64-
YUV119.06152.8170.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=42.42%
G=18.96%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798016300.550.090.30309.739.4450.78
HexB350A303791E1362733
Octal26312024306711364664763
Binary101100111010000101000110110111100111110100110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B350A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B350A3; }

 p { color: rgb(179,80,163); }

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

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

 a { background-color: rgb(179,80,163); }

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

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

 span { border-color: rgb(179,80,163); }

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