#B92270

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

Shades of Medium Red Violet #B92270

Tints of Medium Red Violet #B92270

Color information

#B92270 (or 0xB92270) is unknown color: approx Medium Red Violet. HEX triplet: B9, 22 and 70. RGB value is (185,34,112). Sum of RGB (Red+Green+Blue) = 185+34+112=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B92270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92270 is #46DD8F. Grayscale: #575757. Windows color (decimal): -4644240 or 7348921. OLE color: 7348921.

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

Color convert

RGB18534112-
CMYK00.820.390.27
HSL329.01º68.95%42.94%-
HSV(B)329.01º81.62%72.55%-
XYZ23.512.6316.53-
YUV88.04141.53197.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 34 (13.67% from 255) = 10.27%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=55.89%
G=10.27%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853411200.820.390.27329.0168.9542.94
HexB92270052271B149452b
Octal271421600122473351110553
Binary10111001100010111000001010010100111110111010010011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92270; }

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

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

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

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

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

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

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

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