Html Css Color HEX #B12871 Medium Red Violet

📋 copy color: '#B12871'

red 177 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #B12871

Tints of Medium Red Violet #B12871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 53.64%
G = 12.12%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B12871 (or 0xB12871) is known color: Medium Red Violet. HEX triplet: B1, 28 and 71. RGB value is (177,40,113). Sum of RGB (Red+Green+Blue) = 177+40+113=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12871 is #4ED78E. Grayscale: #595959. Windows color (decimal): -5166991 or 7415985. OLE color: 7415985.

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

Color convert

RGB 177 40 113 -
CMYK 0 0.77 0.36 0.31
HSL 328.03º 0.63% 0.43% -
HSV(B) 328.03º 0.77% 0.69% -
XYZ 21.87 12.06 16.8 -
YUV 89.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 177 40 113 0 0.77 0.36 0.31 328.03 0.63 0.43
Hex B1 28 71 0 4D 24 1F 148 3F 2B
Octal 261 50 161 0 115 44 37 510 77 53
Binary 10110001 101000 1110001 0 1001101 100100 11111 101001000 111111 101011

Color Harmonies of #B12871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12871

Black with #B12871

Text Example


Text Example

White with #B12871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12871; }

 p { color: rgb(177,40,113); }

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

background-color css

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

 a { background-color: rgb(177,40,113); }

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

border-color css

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

 span { border-color: rgb(177,40,113); }

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