Html Css Color HEX #B93370 Medium Red Violet

📋 copy color: '#B93370'

red 185 ◦ green 51 ◦ blue 112

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

Shades of Medium Red Violet #B93370

Tints of Medium Red Violet #B93370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 53.16%
G = 14.66%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93370 (or 0xB93370) is known color: Medium Red Violet. HEX triplet: B9, 33 and 70. RGB value is (185,51,112). Sum of RGB (Red+Green+Blue) = 185+51+112=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B93370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93370 is #46CC8F. Grayscale: #616161. Windows color (decimal): -4639888 or 7353273. OLE color: 7353273.

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

Color convert

RGB 185 51 112 -
CMYK 0 0.72 0.39 0.27
HSL 332.69º 0.57% 0.46% -
HSV(B) 332.69º 0.72% 0.73% -
XYZ 24.12 13.85 16.73 -
YUV 98.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 185 51 112 0 0.72 0.39 0.27 332.69 0.57 0.46
Hex B9 33 70 0 48 27 1B 14D 39 2E
Octal 271 63 160 0 110 47 33 515 71 56
Binary 10111001 110011 1110000 0 1001000 100111 11011 101001101 111001 101110

Color Harmonies of #B93370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93370

Black with #B93370

Text Example


Text Example

White with #B93370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93370; }

 p { color: rgb(185,51,112); }

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

background-color css

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

 a { background-color: rgb(185,51,112); }

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

border-color css

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

 span { border-color: rgb(185,51,112); }

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