#B70276

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

Shades of Medium Violet Red #B70276

Tints of Medium Violet Red #B70276

Color information

#B70276 (or 0xB70276) is unknown color: approx Medium Violet Red. HEX triplet: B7, 02 and 76. RGB value is (183,2,118). Sum of RGB (Red+Green+Blue) = 183+2+118=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B70276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70276 is #48FD89. Grayscale: #454545. Windows color (decimal): -4783498 or 7733943. OLE color: 7733943.

HSL color Cylindrical-coordinate representation of color #B70276: hue angle of 321.55º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70276 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB1832118-
CMYK00.990.360.28
HSL321.55º97.84%36.27%-
HSV(B)321.55º98.91%71.76%-
XYZ22.8211.4218.14-
YUV69.34155.47209.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=60.40%
G=0.66%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183211800.990.360.28321.5597.8436.27
HexB7276063241C1426224
Octal26721660143443450214244
Binary1011011110111011001100011100100111001010000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70276; }

 p { color: rgb(183,2,118); }

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

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

 a { background-color: rgb(183,2,118); }

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

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

 span { border-color: rgb(183,2,118); }

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