Html Css Color HEX #B73287 Medium Red Violet

📋 copy color: '#B73287'

red 183 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #B73287

Tints of Medium Red Violet #B73287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 49.73%
G = 13.59%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B73287 (or 0xB73287) is known color: Medium Red Violet. HEX triplet: B7, 32 and 87. RGB value is (183,50,135). Sum of RGB (Red+Green+Blue) = 183+50+135=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B73287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73287 is #48CD78. Grayscale: #636363. Windows color (decimal): -4771193 or 8860343. OLE color: 8860343.

HSL color Cylindrical-coordinate representation of color #B73287: hue angle of 321.65º 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 #B73287 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 135 -
CMYK 0 0.73 0.26 0.28
HSL 321.65º 0.57% 0.46% -
HSV(B) 321.65º 0.73% 0.72% -
XYZ 25.04 14.1 24.32 -
YUV 99.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 183 50 135 0 0.73 0.26 0.28 321.65 0.57 0.46
Hex B7 32 87 0 49 1A 1C 142 39 2E
Octal 267 62 207 0 111 32 34 502 71 56
Binary 10110111 110010 10000111 0 1001001 11010 11100 101000010 111001 101110

Color Harmonies of #B73287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73287

Black with #B73287

Text Example


Text Example

White with #B73287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73287; }

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

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

background-color css

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

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

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

border-color css

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

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

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