Html Css Color HEX #B12281 Medium Red Violet

📋 copy color: '#B12281'

red 177 ◦ green 34 ◦ blue 129

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

Shades of Medium Red Violet #B12281

Tints of Medium Red Violet #B12281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 52.06%
G = 10%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B12281 (or 0xB12281) is known color: Medium Red Violet. HEX triplet: B1, 22 and 81. RGB value is (177,34,129). Sum of RGB (Red+Green+Blue) = 177+34+129=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B12281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12281 is #4EDD7E. Grayscale: #575757. Windows color (decimal): -5168511 or 8463025. OLE color: 8463025.

HSL color Cylindrical-coordinate representation of color #B12281: hue angle of 320.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12281 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 129 -
CMYK 0 0.81 0.27 0.31
HSL 320.14º 0.68% 0.41% -
HSV(B) 320.14º 0.81% 0.69% -
XYZ 22.67 12.08 21.91 -
YUV 87.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 177 34 129 0 0.81 0.27 0.31 320.14 0.68 0.41
Hex B1 22 81 0 51 1B 1F 140 44 29
Octal 261 42 201 0 121 33 37 500 104 51
Binary 10110001 100010 10000001 0 1010001 11011 11111 101000000 1000100 101001

Color Harmonies of #B12281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12281

Black with #B12281

Text Example


Text Example

White with #B12281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12281; }

 p { color: rgb(177,34,129); }

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

background-color css

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

 a { background-color: rgb(177,34,129); }

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

border-color css

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

 span { border-color: rgb(177,34,129); }

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