Html Css Color HEX #B12880 Medium Red Violet

📋 copy color: '#B12880'

red 177 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #B12880

Tints of Medium Red Violet #B12880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 51.3%
G = 11.59%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B12880 (or 0xB12880) is known color: Medium Red Violet. HEX triplet: B1, 28 and 80. RGB value is (177,40,128). Sum of RGB (Red+Green+Blue) = 177+40+128=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12880 is #4ED77F. Grayscale: #5A5A5A. Windows color (decimal): -5166976 or 8399025. OLE color: 8399025.

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

Color convert

RGB 177 40 128 -
CMYK 0 0.77 0.28 0.31
HSL 321.46º 0.63% 0.43% -
HSV(B) 321.46º 0.77% 0.69% -
XYZ 22.79 12.42 21.62 -
YUV 91 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 177 40 128 0 0.77 0.28 0.31 321.46 0.63 0.43
Hex B1 28 80 0 4D 1C 1F 141 3F 2B
Octal 261 50 200 0 115 34 37 501 77 53
Binary 10110001 101000 10000000 0 1001101 11100 11111 101000001 111111 101011

Color Harmonies of #B12880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12880

Black with #B12880

Text Example


Text Example

White with #B12880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12880; }

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

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

background-color css

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

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

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

border-color css

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

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

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