Html Css Color HEX #B12E7E Medium Red Violet

📋 copy color: '#B12E7E'

red 177 ◦ green 46 ◦ blue 126

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

Shades of Medium Red Violet #B12E7E

Tints of Medium Red Violet #B12E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 50.72%
G = 13.18%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B12E7E (or 0xB12E7E) is known color: Medium Red Violet. HEX triplet: B1, 2E and 7E. RGB value is (177,46,126). Sum of RGB (Red+Green+Blue) = 177+46+126=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E7E is #4ED181. Grayscale: #5E5E5E. Windows color (decimal): -5165442 or 8269489. OLE color: 8269489.

HSL color Cylindrical-coordinate representation of color #B12E7E: hue angle of 323.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E7E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 126 -
CMYK 0 0.74 0.29 0.31
HSL 323.36º 0.59% 0.44% -
HSV(B) 323.36º 0.74% 0.69% -
XYZ 22.87 12.81 21.01 -
YUV 94.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 177 46 126 0 0.74 0.29 0.31 323.36 0.59 0.44
Hex B1 2E 7E 0 4A 1D 1F 143 3B 2C
Octal 261 56 176 0 112 35 37 503 73 54
Binary 10110001 101110 1111110 0 1001010 11101 11111 101000011 111011 101100

Color Harmonies of #B12E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E7E

Black with #B12E7E

Text Example


Text Example

White with #B12E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E7E; }

 p { color: rgb(177,46,126); }

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

background-color css

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

 a { background-color: rgb(177,46,126); }

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

border-color css

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

 span { border-color: rgb(177,46,126); }

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