Html Css Color HEX #B73099 Medium Red Violet

📋 copy color: '#B73099'

red 183 ◦ green 48 ◦ blue 153

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

Shades of Medium Red Violet #B73099

Tints of Medium Red Violet #B73099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 47.66%
G = 12.5%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B73099 (or 0xB73099) is known color: Medium Red Violet. HEX triplet: B7, 30 and 99. RGB value is (183,48,153). Sum of RGB (Red+Green+Blue) = 183+48+153=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B73099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73099 is #48CF66. Grayscale: #646464. Windows color (decimal): -4771687 or 10039479. OLE color: 10039479.

HSL color Cylindrical-coordinate representation of color #B73099: hue angle of 313.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73099 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 153 -
CMYK 0 0.74 0.16 0.28
HSL 313.33º 0.58% 0.45% -
HSV(B) 313.33º 0.74% 0.72% -
XYZ 26.34 14.48 31.54 -
YUV 100.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 183 48 153 0 0.74 0.16 0.28 313.33 0.58 0.45
Hex B7 30 99 0 4A 10 1C 139 3A 2D
Octal 267 60 231 0 112 20 34 471 72 55
Binary 10110111 110000 10011001 0 1001010 10000 11100 100111001 111010 101101

Color Harmonies of #B73099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73099

Black with #B73099

Text Example


Text Example

White with #B73099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73099; }

 p { color: rgb(183,48,153); }

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

background-color css

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

 a { background-color: rgb(183,48,153); }

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

border-color css

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

 span { border-color: rgb(183,48,153); }

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