Html Css Color HEX #B73286 Medium Red Violet

📋 copy color: '#B73286'

red 183 ◦ green 50 ◦ blue 134

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

Shades of Medium Red Violet #B73286

Tints of Medium Red Violet #B73286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 49.86%
G = 13.62%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B73286 (or 0xB73286) is known color: Medium Red Violet. HEX triplet: B7, 32 and 86. RGB value is (183,50,134). Sum of RGB (Red+Green+Blue) = 183+50+134=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B73286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73286 is #48CD79. Grayscale: #636363. Windows color (decimal): -4771194 or 8794807. OLE color: 8794807.

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

Color convert

RGB 183 50 134 -
CMYK 0 0.73 0.27 0.28
HSL 322.11º 0.57% 0.46% -
HSV(B) 322.11º 0.73% 0.72% -
XYZ 24.97 14.07 23.95 -
YUV 99.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 183 50 134 0 0.73 0.27 0.28 322.11 0.57 0.46
Hex B7 32 86 0 49 1B 1C 142 39 2E
Octal 267 62 206 0 111 33 34 502 71 56
Binary 10110111 110010 10000110 0 1001001 11011 11100 101000010 111001 101110

Color Harmonies of #B73286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73286

Black with #B73286

Text Example


Text Example

White with #B73286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73286; }

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

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

background-color css

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

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

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

border-color css

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

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

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