#B73286

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

Shades of Medium Red Violet #B73286

Tints of Medium Red Violet #B73286

Color information

#B73286 (or 0xB73286) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 86. RGB value is (183,50,134). Sum of RGB (Red+Green+Blue) = 183+50+134=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B73286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73286 is #48CD79. Grayscale: #636363. Windows color (decimal): -4771194 or 8794807. OLE color: 8794807.

HSL color Cylindrical-coordinate representation of color #B73286: hue angle of 322.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73286 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18350134-
CMYK00.730.270.28
HSL322.11º57.08%45.69%-
HSV(B)322.11º72.68%71.76%-
XYZ24.9714.0723.95-
YUV99.34147.56187.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=49.86%
G=13.62%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835013400.730.270.28322.1157.0845.69
HexB732860491B1C142392e
Octal26762206011133345027156
Binary1011011111001010000110010010011101111100101000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73286; }

 p { color: rgb(183,50,134); }

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

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

 a { background-color: rgb(183,50,134); }

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

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

 span { border-color: rgb(183,50,134); }

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