Html Css Color HEX #B12574 Medium Red Violet

📋 copy color: '#B12574'

red 177 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #B12574

Tints of Medium Red Violet #B12574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 53.64%
G = 11.21%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B12574 (or 0xB12574) is known color: Medium Red Violet. HEX triplet: B1, 25 and 74. RGB value is (177,37,116). Sum of RGB (Red+Green+Blue) = 177+37+116=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12574 is #4EDA8B. Grayscale: #575757. Windows color (decimal): -5167756 or 7611825. OLE color: 7611825.

HSL color Cylindrical-coordinate representation of color #B12574: hue angle of 326.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12574 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 116 -
CMYK 0 0.79 0.34 0.31
HSL 326.14º 0.65% 0.42% -
HSV(B) 326.14º 0.79% 0.69% -
XYZ 21.95 11.93 17.67 -
YUV 87.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 177 37 116 0 0.79 0.34 0.31 326.14 0.65 0.42
Hex B1 25 74 0 4F 22 1F 146 41 2A
Octal 261 45 164 0 117 42 37 506 101 52
Binary 10110001 100101 1110100 0 1001111 100010 11111 101000110 1000001 101010

Color Harmonies of #B12574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12574

Black with #B12574

Text Example


Text Example

White with #B12574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12574; }

 p { color: rgb(177,37,116); }

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

background-color css

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

 a { background-color: rgb(177,37,116); }

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

border-color css

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

 span { border-color: rgb(177,37,116); }

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