#B74185

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

Shades of Medium Red Violet #B74185

Tints of Medium Red Violet #B74185

Color information

#B74185 (or 0xB74185) is unknown color: approx Medium Red Violet. HEX triplet: B7, 41 and 85. RGB value is (183,65,133). Sum of RGB (Red+Green+Blue) = 183+65+133=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74185 is #48BE7A. Grayscale: #6B6B6B. Windows color (decimal): -4767355 or 8733111. OLE color: 8733111.

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

Color convert

RGB18365133-
CMYK00.640.270.28
HSL325.42º47.58%48.63%-
HSV(B)325.42º64.48%71.76%-
XYZ25.6515.5423.84-
YUV108.03142.09181.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=48.03%
G=17.06%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836513300.640.270.28325.4247.5848.63
HexB741850401B1C1453031
Octal267101205010033345056061
Binary10110111100000110000101010000001101111100101000101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74185; }

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

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

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

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

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

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

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

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