Html Css Color HEX #B73282 Medium Red Violet

📋 copy color: '#B73282'

red 183 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #B73282

Tints of Medium Red Violet #B73282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 50.41%
G = 13.77%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B73282 (or 0xB73282) is known color: Medium Red Violet. HEX triplet: B7, 32 and 82. RGB value is (183,50,130). Sum of RGB (Red+Green+Blue) = 183+50+130=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B73282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73282 is #48CD7D. Grayscale: #626262. Windows color (decimal): -4771198 or 8532663. OLE color: 8532663.

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

Color convert

RGB 183 50 130 -
CMYK 0 0.73 0.29 0.28
HSL 323.91º 0.57% 0.46% -
HSV(B) 323.91º 0.73% 0.72% -
XYZ 24.7 13.96 22.51 -
YUV 98.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 183 50 130 0 0.73 0.29 0.28 323.91 0.57 0.46
Hex B7 32 82 0 49 1D 1C 144 39 2E
Octal 267 62 202 0 111 35 34 504 71 56
Binary 10110111 110010 10000010 0 1001001 11101 11100 101000100 111001 101110

Color Harmonies of #B73282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73282

Black with #B73282

Text Example


Text Example

White with #B73282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73282; }

 p { color: rgb(183,50,130); }

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

background-color css

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

 a { background-color: rgb(183,50,130); }

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

border-color css

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

 span { border-color: rgb(183,50,130); }

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