Html Css Color HEX #B12079 Medium Red Violet

📋 copy color: '#B12079'

red 177 ◦ green 32 ◦ blue 121

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

Shades of Medium Red Violet #B12079

Tints of Medium Red Violet #B12079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 53.64%
G = 9.7%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B12079 (or 0xB12079) is known color: Medium Red Violet. HEX triplet: B1, 20 and 79. RGB value is (177,32,121). Sum of RGB (Red+Green+Blue) = 177+32+121=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12079 is #4EDF86. Grayscale: #555555. Windows color (decimal): -5169031 or 7938225. OLE color: 7938225.

HSL color Cylindrical-coordinate representation of color #B12079: hue angle of 323.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12079 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 121 -
CMYK 0 0.82 0.32 0.31
HSL 323.17º 0.69% 0.41% -
HSV(B) 323.17º 0.82% 0.69% -
XYZ 22.1 11.76 19.19 -
YUV 85.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 177 32 121 0 0.82 0.32 0.31 323.17 0.69 0.41
Hex B1 20 79 0 52 20 1F 143 45 29
Octal 261 40 171 0 122 40 37 503 105 51
Binary 10110001 100000 1111001 0 1010010 100000 11111 101000011 1000101 101001

Color Harmonies of #B12079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12079

Black with #B12079

Text Example


Text Example

White with #B12079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12079; }

 p { color: rgb(177,32,121); }

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

background-color css

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

 a { background-color: rgb(177,32,121); }

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

border-color css

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

 span { border-color: rgb(177,32,121); }

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