Html Css Color HEX #B73492 Medium Red Violet

📋 copy color: '#B73492'

red 183 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #B73492

Tints of Medium Red Violet #B73492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 48.03%
G = 13.65%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B73492 (or 0xB73492) is known color: Medium Red Violet. HEX triplet: B7, 34 and 92. RGB value is (183,52,146). Sum of RGB (Red+Green+Blue) = 183+52+146=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73492 is #48CB6D. Grayscale: #656565. Windows color (decimal): -4770670 or 9581751. OLE color: 9581751.

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

Color convert

RGB 183 52 146 -
CMYK 0 0.72 0.20 0.28
HSL 316.95º 0.56% 0.46% -
HSV(B) 316.95º 0.72% 0.72% -
XYZ 25.94 14.6 28.64 -
YUV 101.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 183 52 146 0 0.72 0.20 0.28 316.95 0.56 0.46
Hex B7 34 92 0 48 14 1C 13D 38 2E
Octal 267 64 222 0 110 24 34 475 70 56
Binary 10110111 110100 10010010 0 1001000 10100 11100 100111101 111000 101110

Color Harmonies of #B73492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73492

Black with #B73492

Text Example


Text Example

White with #B73492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73492; }

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

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

background-color css

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

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

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

border-color css

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

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

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