#B330A8

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

Shades of Medium Red Violet #B330A8

Tints of Medium Red Violet #B330A8

Color information

#B330A8 (or 0xB330A8) is unknown color: approx Medium Red Violet. HEX triplet: B3, 30 and A8. RGB value is (179,48,168). Sum of RGB (Red+Green+Blue) = 179+48+168=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B330A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330A8 is #4CCF57. Grayscale: #646464. Windows color (decimal): -5033816 or 11022515. OLE color: 11022515.

HSL color Cylindrical-coordinate representation of color #B330A8: hue angle of 305.04º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B330A8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17948168-
CMYK00.730.060.30
HSL305.04º57.71%44.51%-
HSV(B)305.04º73.18%70.2%-
XYZ26.7214.5238.44-
YUV100.85165.9183.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=45.32%
G=12.15%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794816800.730.060.30305.0457.7144.51
HexB330A804961E1313a2d
Octal2636025001116364617255
Binary10110011110000101010000100100111011110100110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330A8; }

 p { color: rgb(179,48,168); }

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

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

 a { background-color: rgb(179,48,168); }

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

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

 span { border-color: rgb(179,48,168); }

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