#B92279

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

Shades of Medium Red Violet #B92279

Tints of Medium Red Violet #B92279

Color information

#B92279 (or 0xB92279) is unknown color: approx Medium Red Violet. HEX triplet: B9, 22 and 79. RGB value is (185,34,121). Sum of RGB (Red+Green+Blue) = 185+34+121=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92279 is #46DD86. Grayscale: #585858. Windows color (decimal): -4644231 or 7938745. OLE color: 7938745.

HSL color Cylindrical-coordinate representation of color #B92279: hue angle of 325.43º 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 #B92279 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18534121-
CMYK00.820.350.27
HSL325.43º68.95%42.94%-
HSV(B)325.43º81.62%72.55%-
XYZ24.0312.8419.3-
YUV89.07146.03196.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=54.41%
G=10%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853412100.820.350.27325.4368.9542.94
HexB92279052231B145452b
Octal271421710122433350510553
Binary10111001100010111100101010010100011110111010001011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92279; }

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

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

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

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

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

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

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

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