Html Css Color HEX #B12F79 Medium Red Violet

📋 copy color: '#B12F79'

red 177 ◦ green 47 ◦ blue 121

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

Shades of Medium Red Violet #B12F79

Tints of Medium Red Violet #B12F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

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

R = 51.3%
G = 13.62%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B12F79 (or 0xB12F79) is known color: Medium Red Violet. HEX triplet: B1, 2F and 79. RGB value is (177,47,121). Sum of RGB (Red+Green+Blue) = 177+47+121=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F79 is #4ED086. Grayscale: #5E5E5E. Windows color (decimal): -5165191 or 7942065. OLE color: 7942065.

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

Color convert

RGB 177 47 121 -
CMYK 0 0.73 0.32 0.31
HSL 325.85º 0.58% 0.44% -
HSV(B) 325.85º 0.73% 0.69% -
XYZ 22.6 12.76 19.36 -
YUV 94.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 177 47 121 0 0.73 0.32 0.31 325.85 0.58 0.44
Hex B1 2F 79 0 49 20 1F 146 3A 2C
Octal 261 57 171 0 111 40 37 506 72 54
Binary 10110001 101111 1111001 0 1001001 100000 11111 101000110 111010 101100

Color Harmonies of #B12F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F79

Black with #B12F79

Text Example


Text Example

White with #B12F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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