Html Css Color HEX #B73F80 Medium Red Violet

📋 copy color: '#B73F80'

red 183 ◦ green 63 ◦ blue 128

#B73F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B73F80

Tints of Medium Red Violet #B73F80

RGB

 RED value IS 183 (71.88% from 255) = 48.93%

 GREEN value IS 63 (25% from 255) = 16.84%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 48.93%
G = 16.84%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B73F80 (or 0xB73F80) is known color: Medium Red Violet. HEX triplet: B7, 3F and 80. RGB value is (183,63,128). Sum of RGB (Red+Green+Blue) = 183+63+128=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73F80 is #48C07F. Grayscale: #6A6A6A. Windows color (decimal): -4767872 or 8404919. OLE color: 8404919.

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

Color convert

RGB 183 63 128 -
CMYK 0 0.66 0.30 0.28
HSL 327.5º 0.49% 0.48% -
HSV(B) 327.5º 0.66% 0.72% -
XYZ 25.2 15.18 22.02 -
YUV 106.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 183 63 128 0 0.66 0.30 0.28 327.5 0.49 0.48
Hex B7 3F 80 0 42 1E 1C 148 31 30
Octal 267 77 200 0 102 36 34 510 61 60
Binary 10110111 111111 10000000 0 1000010 11110 11100 101001000 110001 110000

Color Harmonies of #B73F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F80

Black with #B73F80

Text Example


Text Example

White with #B73F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F80; }

 p { color: rgb(183,63,128); }

 H1.HeaderClassName
 {
   color: #B73F80;
 }
 .AnyTagClassName
 {
   color: #B73F80;
 }
</style>

background-color css

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

 a { background-color: rgb(183,63,128); }

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

border-color css

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

 span { border-color: rgb(183,63,128); }

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