Html Css Color HEX #B12974 Medium Red Violet

📋 copy color: '#B12974'

red 177 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #B12974

Tints of Medium Red Violet #B12974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 52.99%
G = 12.28%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B12974 (or 0xB12974) is known color: Medium Red Violet. HEX triplet: B1, 29 and 74. RGB value is (177,41,116). Sum of RGB (Red+Green+Blue) = 177+41+116=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B12974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12974 is #4ED68B. Grayscale: #5A5A5A. Windows color (decimal): -5166732 or 7612849. OLE color: 7612849.

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

Color convert

RGB 177 41 116 -
CMYK 0 0.77 0.34 0.31
HSL 326.91º 0.62% 0.43% -
HSV(B) 326.91º 0.77% 0.69% -
XYZ 22.08 12.19 17.71 -
YUV 90.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 177 41 116 0 0.77 0.34 0.31 326.91 0.62 0.43
Hex B1 29 74 0 4D 22 1F 147 3E 2B
Octal 261 51 164 0 115 42 37 507 76 53
Binary 10110001 101001 1110100 0 1001101 100010 11111 101000111 111110 101011

Color Harmonies of #B12974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12974

Black with #B12974

Text Example


Text Example

White with #B12974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12974; }

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

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

background-color css

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

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

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

border-color css

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

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

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