#B92070

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

Shades of Medium Violet Red #B92070

Tints of Medium Violet Red #B92070

Color information

#B92070 (or 0xB92070) is unknown color: approx Medium Violet Red. HEX triplet: B9, 20 and 70. RGB value is (185,32,112). Sum of RGB (Red+Green+Blue) = 185+32+112=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B92070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92070 is #46DF8F. Grayscale: #565656. Windows color (decimal): -4644752 or 7348409. OLE color: 7348409.

HSL color Cylindrical-coordinate representation of color #B92070: hue angle of 328.63º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92070 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18532112-
CMYK00.830.390.27
HSL328.63º70.51%42.55%-
HSV(B)328.63º82.7%72.55%-
XYZ23.4512.5216.51-
YUV86.87142.19198-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=56.23%
G=9.73%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853211200.830.390.27328.6370.5142.55
HexB92070053271B149472b
Octal271401600123473351110753
Binary10111001100000111000001010011100111110111010010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92070; }

 p { color: rgb(185,32,112); }

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

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

 a { background-color: rgb(185,32,112); }

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

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

 span { border-color: rgb(185,32,112); }

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