Html Css Color HEX #B12780 Medium Red Violet

📋 copy color: '#B12780'

red 177 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #B12780

Tints of Medium Red Violet #B12780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

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

R = 51.45%
G = 11.34%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B12780 (or 0xB12780) is known color: Medium Red Violet. HEX triplet: B1, 27 and 80. RGB value is (177,39,128). Sum of RGB (Red+Green+Blue) = 177+39+128=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B12780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12780 is #4ED87F. Grayscale: #5A5A5A. Windows color (decimal): -5167232 or 8398769. OLE color: 8398769.

HSL color Cylindrical-coordinate representation of color #B12780: hue angle of 321.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12780 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 128 -
CMYK 0 0.78 0.28 0.31
HSL 321.3º 0.64% 0.42% -
HSV(B) 321.3º 0.78% 0.69% -
XYZ 22.75 12.36 21.61 -
YUV 90.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 177 39 128 0 0.78 0.28 0.31 321.3 0.64 0.42
Hex B1 27 80 0 4E 1C 1F 141 40 2A
Octal 261 47 200 0 116 34 37 501 100 52
Binary 10110001 100111 10000000 0 1001110 11100 11111 101000001 1000000 101010

Color Harmonies of #B12780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12780

Black with #B12780

Text Example


Text Example

White with #B12780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12780; }

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

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

background-color css

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

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

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

border-color css

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

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

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