Html Css Color HEX #B73481 Medium Red Violet

📋 copy color: '#B73481'

red 183 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #B73481

Tints of Medium Red Violet #B73481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 50.27%
G = 14.29%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B73481 (or 0xB73481) is known color: Medium Red Violet. HEX triplet: B7, 34 and 81. RGB value is (183,52,129). Sum of RGB (Red+Green+Blue) = 183+52+129=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B73481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73481 is #48CB7E. Grayscale: #636363. Windows color (decimal): -4770687 or 8467639. OLE color: 8467639.

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

Color convert

RGB 183 52 129 -
CMYK 0 0.72 0.30 0.28
HSL 324.73º 0.56% 0.46% -
HSV(B) 324.73º 0.72% 0.72% -
XYZ 24.72 14.11 22.19 -
YUV 99.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 183 52 129 0 0.72 0.30 0.28 324.73 0.56 0.46
Hex B7 34 81 0 48 1E 1C 145 38 2E
Octal 267 64 201 0 110 36 34 505 70 56
Binary 10110111 110100 10000001 0 1001000 11110 11100 101000101 111000 101110

Color Harmonies of #B73481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73481

Black with #B73481

Text Example


Text Example

White with #B73481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73481; }

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

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

background-color css

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

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

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

border-color css

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

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

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