Html Css Color HEX #B93173 Medium Red Violet

📋 copy color: '#B93173'

red 185 ◦ green 49 ◦ blue 115

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

Shades of Medium Red Violet #B93173

Tints of Medium Red Violet #B93173

RGB

 RED value IS 185 (72.66% from 255) = 53.01%

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 53.01%
G = 14.04%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93173 (or 0xB93173) is known color: Medium Red Violet. HEX triplet: B9, 31 and 73. RGB value is (185,49,115). Sum of RGB (Red+Green+Blue) = 185+49+115=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B93173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93173 is #46CE8C. Grayscale: #616161. Windows color (decimal): -4640397 or 7549369. OLE color: 7549369.

HSL color Cylindrical-coordinate representation of color #B93173: hue angle of 330.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93173 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 115 -
CMYK 0 0.74 0.38 0.27
HSL 330.88º 0.58% 0.46% -
HSV(B) 330.88º 0.74% 0.73% -
XYZ 24.2 13.75 17.6 -
YUV 97.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 185 49 115 0 0.74 0.38 0.27 330.88 0.58 0.46
Hex B9 31 73 0 4A 26 1B 14B 3A 2E
Octal 271 61 163 0 112 46 33 513 72 56
Binary 10111001 110001 1110011 0 1001010 100110 11011 101001011 111010 101110

Color Harmonies of #B93173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93173

Black with #B93173

Text Example


Text Example

White with #B93173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93173; }

 p { color: rgb(185,49,115); }

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

background-color css

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

 a { background-color: rgb(185,49,115); }

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

border-color css

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

 span { border-color: rgb(185,49,115); }

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