#B74383

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

Shades of Medium Red Violet #B74383

Tints of Medium Red Violet #B74383

Color information

#B74383 (or 0xB74383) is unknown color: approx Medium Red Violet. HEX triplet: B7, 43 and 83. RGB value is (183,67,131). Sum of RGB (Red+Green+Blue) = 183+67+131=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74383 is #48BC7C. Grayscale: #6C6C6C. Windows color (decimal): -4766845 or 8602551. OLE color: 8602551.

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

Color convert

RGB18367131-
CMYK00.630.280.28
HSL326.9º46.4%49.02%-
HSV(B)326.9º63.39%71.76%-
XYZ25.6315.7223.16-
YUV108.98140.43180.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=48.03%
G=17.59%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836713100.630.280.28326.946.449.02
HexB7438303F1C1C1472e31
Octal26710320307734345075661
Binary1011011110000111000001101111111110011100101000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74383; }

 p { color: rgb(183,67,131); }

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

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

 a { background-color: rgb(183,67,131); }

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

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

 span { border-color: rgb(183,67,131); }

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