Html Css Color HEX #B93170 Medium Red Violet

📋 copy color: '#B93170'

red 185 ◦ green 49 ◦ blue 112

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

Shades of Medium Red Violet #B93170

Tints of Medium Red Violet #B93170

RGB

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

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

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

R = 53.47%
G = 14.16%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93170 (or 0xB93170) is known color: Medium Red Violet. HEX triplet: B9, 31 and 70. RGB value is (185,49,112). Sum of RGB (Red+Green+Blue) = 185+49+112=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B93170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93170 is #46CE8F. Grayscale: #606060. Windows color (decimal): -4640400 or 7352761. OLE color: 7352761.

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

Color convert

RGB 185 49 112 -
CMYK 0 0.74 0.39 0.27
HSL 332.21º 0.58% 0.46% -
HSV(B) 332.21º 0.74% 0.73% -
XYZ 24.03 13.68 16.7 -
YUV 96.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 185 49 112 0 0.74 0.39 0.27 332.21 0.58 0.46
Hex B9 31 70 0 4A 27 1B 14C 3A 2E
Octal 271 61 160 0 112 47 33 514 72 56
Binary 10111001 110001 1110000 0 1001010 100111 11011 101001100 111010 101110

Color Harmonies of #B93170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93170

Black with #B93170

Text Example


Text Example

White with #B93170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93170; }

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

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

background-color css

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

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

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

border-color css

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

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

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