Html Css Color HEX #B12470 Medium Red Violet

📋 copy color: '#B12470'

red 177 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #B12470

Tints of Medium Red Violet #B12470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 54.46%
G = 11.08%
B = 34.46%

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

#B12470 (or 0xB12470) is known color: Medium Red Violet. HEX triplet: B1, 24 and 70. RGB value is (177,36,112). Sum of RGB (Red+Green+Blue) = 177+36+112=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B12470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12470 is #4EDB8F. Grayscale: #565656. Windows color (decimal): -5168016 or 7349425. OLE color: 7349425.

HSL color Cylindrical-coordinate representation of color #B12470: hue angle of 327.66º degrees, saturation: 0.66, 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 #B12470 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 112 -
CMYK 0 0.80 0.37 0.31
HSL 327.66º 0.66% 0.42% -
HSV(B) 327.66º 0.8% 0.69% -
XYZ 21.69 11.78 16.46 -
YUV 86.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 177 36 112 0 0.80 0.37 0.31 327.66 0.66 0.42
Hex B1 24 70 0 50 25 1F 148 42 2A
Octal 261 44 160 0 120 45 37 510 102 52
Binary 10110001 100100 1110000 0 1010000 100101 11111 101001000 1000010 101010

Color Harmonies of #B12470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12470

Black with #B12470

Text Example


Text Example

White with #B12470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12470; }

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

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

background-color css

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

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

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

border-color css

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

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

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