Html Css Color HEX #B12380 Medium Red Violet

📋 copy color: '#B12380'

red 177 ◦ green 35 ◦ blue 128

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

Shades of Medium Red Violet #B12380

Tints of Medium Red Violet #B12380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 52.06%
G = 10.29%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B12380 (or 0xB12380) is known color: Medium Red Violet. HEX triplet: B1, 23 and 80. RGB value is (177,35,128). Sum of RGB (Red+Green+Blue) = 177+35+128=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B12380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12380 is #4EDC7F. Grayscale: #575757. Windows color (decimal): -5168256 or 8397745. OLE color: 8397745.

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

Color convert

RGB 177 35 128 -
CMYK 0 0.80 0.28 0.31
HSL 320.7º 0.67% 0.42% -
HSV(B) 320.7º 0.8% 0.69% -
XYZ 22.63 12.11 21.57 -
YUV 88.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 177 35 128 0 0.80 0.28 0.31 320.7 0.67 0.42
Hex B1 23 80 0 50 1C 1F 141 43 2A
Octal 261 43 200 0 120 34 37 501 103 52
Binary 10110001 100011 10000000 0 1010000 11100 11111 101000001 1000011 101010

Color Harmonies of #B12380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12380

Black with #B12380

Text Example


Text Example

White with #B12380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12380; }

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

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

background-color css

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

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

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

border-color css

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

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

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