#B73281

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

Shades of Medium Red Violet #B73281

Tints of Medium Red Violet #B73281

Color information

#B73281 (or 0xB73281) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 81. RGB value is (183,50,129). Sum of RGB (Red+Green+Blue) = 183+50+129=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B73281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73281 is #48CD7E. Grayscale: #626262. Windows color (decimal): -4771199 or 8467127. OLE color: 8467127.

HSL color Cylindrical-coordinate representation of color #B73281: hue angle of 324.36º 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 #B73281 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18350129-
CMYK00.730.300.28
HSL324.36º57.08%45.69%-
HSV(B)324.36º72.68%71.76%-
XYZ24.6313.9322.16-
YUV98.77145.06188.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=50.55%
G=13.81%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835012900.730.300.28324.3657.0845.69
HexB732810491E1C144392e
Octal26762201011136345047156
Binary1011011111001010000001010010011111011100101000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73281; }

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

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

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

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

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

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

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

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