#B73092

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

Shades of Medium Red Violet #B73092

Tints of Medium Red Violet #B73092

Color information

#B73092 (or 0xB73092) is unknown color: approx Medium Red Violet. HEX triplet: B7, 30 and 92. RGB value is (183,48,146). Sum of RGB (Red+Green+Blue) = 183+48+146=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B73092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73092 is #48CF6D. Grayscale: #636363. Windows color (decimal): -4771694 or 9580727. OLE color: 9580727.

HSL color Cylindrical-coordinate representation of color #B73092: hue angle of 316.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73092 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB18348146-
CMYK00.740.200.28
HSL316.44º58.44%45.29%-
HSV(B)316.44º73.77%71.76%-
XYZ25.7714.2628.59-
YUV99.54154.23187.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=48.54%
G=12.73%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834814600.740.200.28316.4458.4445.29
HexB7309204A141C13c3a2d
Octal26760222011224344747255
Binary1011011111000010010010010010101010011100100111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73092; }

 p { color: rgb(183,48,146); }

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

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

 a { background-color: rgb(183,48,146); }

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

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

 span { border-color: rgb(183,48,146); }

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