Html Css Color HEX #B12973 Medium Red Violet

📋 copy color: '#B12973'

red 177 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #B12973

Tints of Medium Red Violet #B12973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 53.15%
G = 12.31%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B12973 (or 0xB12973) is known color: Medium Red Violet. HEX triplet: B1, 29 and 73. RGB value is (177,41,115). Sum of RGB (Red+Green+Blue) = 177+41+115=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B12973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12973 is #4ED68C. Grayscale: #595959. Windows color (decimal): -5166733 or 7547313. OLE color: 7547313.

HSL color Cylindrical-coordinate representation of color #B12973: hue angle of 327.35º 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 #B12973 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 115 -
CMYK 0 0.77 0.35 0.31
HSL 327.35º 0.62% 0.43% -
HSV(B) 327.35º 0.77% 0.69% -
XYZ 22.02 12.17 17.41 -
YUV 90.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 177 41 115 0 0.77 0.35 0.31 327.35 0.62 0.43
Hex B1 29 73 0 4D 23 1F 147 3E 2B
Octal 261 51 163 0 115 43 37 507 76 53
Binary 10110001 101001 1110011 0 1001101 100011 11111 101000111 111110 101011

Color Harmonies of #B12973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12973

Black with #B12973

Text Example


Text Example

White with #B12973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12973; }

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

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

background-color css

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

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

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

border-color css

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

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

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