Html Css Color HEX #B73095 Medium Red Violet

📋 copy color: '#B73095'

red 183 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #B73095

Tints of Medium Red Violet #B73095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 48.16%
G = 12.63%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B73095 (or 0xB73095) is known color: Medium Red Violet. HEX triplet: B7, 30 and 95. RGB value is (183,48,149). Sum of RGB (Red+Green+Blue) = 183+48+149=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B73095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73095 is #48CF6A. Grayscale: #636363. Windows color (decimal): -4771691 or 9777335. OLE color: 9777335.

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

Color convert

RGB 183 48 149 -
CMYK 0 0.74 0.19 0.28
HSL 315.11º 0.58% 0.45% -
HSV(B) 315.11º 0.74% 0.72% -
XYZ 26.01 14.35 29.83 -
YUV 99.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 183 48 149 0 0.74 0.19 0.28 315.11 0.58 0.45
Hex B7 30 95 0 4A 13 1C 13B 3A 2D
Octal 267 60 225 0 112 23 34 473 72 55
Binary 10110111 110000 10010101 0 1001010 10011 11100 100111011 111010 101101

Color Harmonies of #B73095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73095

Black with #B73095

Text Example


Text Example

White with #B73095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73095; }

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

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

background-color css

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

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

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

border-color css

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

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

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