#B70298

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

Shades of Medium Violet Red #B70298

Tints of Medium Violet Red #B70298

Color information

#B70298 (or 0xB70298) is unknown color: approx Medium Violet Red. HEX triplet: B7, 02 and 98. RGB value is (183,2,152). Sum of RGB (Red+Green+Blue) = 183+2+152=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70298 is #48FD67. Grayscale: #484848. Windows color (decimal): -4783464 or 9962167. OLE color: 9962167.

HSL color Cylindrical-coordinate representation of color #B70298: hue angle of 310.28º 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 #B70298 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB1832152-
CMYK00.990.170.28
HSL310.28º97.84%36.27%-
HSV(B)310.28º98.91%71.76%-
XYZ25.2212.3830.77-
YUV73.22172.47206.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=54.30%
G=0.59%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183215200.990.170.28310.2897.8436.27
HexB7298063111C1366224
Octal26722300143213446614244
Binary1011011110100110000110001110001111001001101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70298; }

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

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

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

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

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

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

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

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