Html Css Color HEX #B12D72 Medium Red Violet

📋 copy color: '#B12D72'

red 177 ◦ green 45 ◦ blue 114

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

Shades of Medium Red Violet #B12D72

Tints of Medium Red Violet #B12D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 52.68%
G = 13.39%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B12D72 (or 0xB12D72) is known color: Medium Red Violet. HEX triplet: B1, 2D and 72. RGB value is (177,45,114). Sum of RGB (Red+Green+Blue) = 177+45+114=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D72 is #4ED28D. Grayscale: #5C5C5C. Windows color (decimal): -5165710 or 7482801. OLE color: 7482801.

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

Color convert

RGB 177 45 114 -
CMYK 0 0.75 0.36 0.31
HSL 328.64º 0.59% 0.44% -
HSV(B) 328.64º 0.75% 0.69% -
XYZ 22.11 12.44 17.16 -
YUV 92.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 177 45 114 0 0.75 0.36 0.31 328.64 0.59 0.44
Hex B1 2D 72 0 4B 24 1F 149 3B 2C
Octal 261 55 162 0 113 44 37 511 73 54
Binary 10110001 101101 1110010 0 1001011 100100 11111 101001001 111011 101100

Color Harmonies of #B12D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D72

Black with #B12D72

Text Example


Text Example

White with #B12D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D72; }

 p { color: rgb(177,45,114); }

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

background-color css

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

 a { background-color: rgb(177,45,114); }

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

border-color css

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

 span { border-color: rgb(177,45,114); }

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