#B73985

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

Shades of Medium Red Violet #B73985

Tints of Medium Red Violet #B73985

Color information

#B73985 (or 0xB73985) is unknown color: approx Medium Red Violet. HEX triplet: B7, 39 and 85. RGB value is (183,57,133). Sum of RGB (Red+Green+Blue) = 183+57+133=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B73985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73985 is #48C67A. Grayscale: #676767. Windows color (decimal): -4769403 or 8731063. OLE color: 8731063.

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

Color convert

RGB18357133-
CMYK00.690.270.28
HSL323.81º52.5%47.06%-
HSV(B)323.81º68.85%71.76%-
XYZ25.2314.6923.7-
YUV103.34144.74184.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=49.06%
G=15.28%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835713300.690.270.28323.8152.547.06
HexB739850451B1C144342f
Octal26771205010533345046457
Binary1011011111100110000101010001011101111100101000100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73985; }

 p { color: rgb(183,57,133); }

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

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

 a { background-color: rgb(183,57,133); }

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

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

 span { border-color: rgb(183,57,133); }

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