#B73B92

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

Shades of Medium Red Violet #B73B92

Tints of Medium Red Violet #B73B92

Color information

#B73B92 (or 0xB73B92) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3B and 92. RGB value is (183,59,146). Sum of RGB (Red+Green+Blue) = 183+59+146=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B92 is #48C46D. Grayscale: #696969. Windows color (decimal): -4768878 or 9583543. OLE color: 9583543.

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

Color convert

RGB18359146-
CMYK00.680.200.28
HSL317.9º51.24%47.45%-
HSV(B)317.9º67.76%71.76%-
XYZ26.2815.2728.76-
YUV105.99150.58182.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=47.16%
G=15.21%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835914600.680.200.28317.951.2447.45
HexB73B92044141C13e332f
Octal26773222010424344766357
Binary1011011111101110010010010001001010011100100111110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B92; }

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

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

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

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

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

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

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

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