Html Css Color HEX #B93174 Medium Red Violet

📋 copy color: '#B93174'

red 185 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #B93174

Tints of Medium Red Violet #B93174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 52.86%
G = 14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B93174 (or 0xB93174) is known color: Medium Red Violet. HEX triplet: B9, 31 and 74. RGB value is (185,49,116). Sum of RGB (Red+Green+Blue) = 185+49+116=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93174 is #46CE8B. Grayscale: #616161. Windows color (decimal): -4640396 or 7614905. OLE color: 7614905.

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

Color convert

RGB 185 49 116 -
CMYK 0 0.74 0.37 0.27
HSL 330.44º 0.58% 0.46% -
HSV(B) 330.44º 0.74% 0.73% -
XYZ 24.26 13.77 17.9 -
YUV 97.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 185 49 116 0 0.74 0.37 0.27 330.44 0.58 0.46
Hex B9 31 74 0 4A 25 1B 14A 3A 2E
Octal 271 61 164 0 112 45 33 512 72 56
Binary 10111001 110001 1110100 0 1001010 100101 11011 101001010 111010 101110

Color Harmonies of #B93174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93174

Black with #B93174

Text Example


Text Example

White with #B93174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93174; }

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

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

background-color css

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

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

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

border-color css

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

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

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