Html Css Color HEX #B12370 Medium Red Violet

📋 copy color: '#B12370'

red 177 ◦ green 35 ◦ blue 112

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

Shades of Medium Red Violet #B12370

Tints of Medium Red Violet #B12370

RGB

 RED value IS 177 (69.53% from 255) = 54.63%

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 54.63%
G = 10.8%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B12370 (or 0xB12370) is known color: Medium Red Violet. HEX triplet: B1, 23 and 70. RGB value is (177,35,112). Sum of RGB (Red+Green+Blue) = 177+35+112=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B12370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12370 is #4EDC8F. Grayscale: #565656. Windows color (decimal): -5168272 or 7349169. OLE color: 7349169.

HSL color Cylindrical-coordinate representation of color #B12370: hue angle of 327.46º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12370 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 112 -
CMYK 0 0.80 0.37 0.31
HSL 327.46º 0.67% 0.42% -
HSV(B) 327.46º 0.8% 0.69% -
XYZ 21.66 11.72 16.45 -
YUV 86.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 177 35 112 0 0.80 0.37 0.31 327.46 0.67 0.42
Hex B1 23 70 0 50 25 1F 147 43 2A
Octal 261 43 160 0 120 45 37 507 103 52
Binary 10110001 100011 1110000 0 1010000 100101 11111 101000111 1000011 101010

Color Harmonies of #B12370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12370

Black with #B12370

Text Example


Text Example

White with #B12370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12370; }

 p { color: rgb(177,35,112); }

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

background-color css

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

 a { background-color: rgb(177,35,112); }

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

border-color css

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

 span { border-color: rgb(177,35,112); }

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