Html Css Color HEX #B12E8D Medium Red Violet

📋 copy color: '#B12E8D'

red 177 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #B12E8D

Tints of Medium Red Violet #B12E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 48.63%
G = 12.64%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B12E8D (or 0xB12E8D) is known color: Medium Red Violet. HEX triplet: B1, 2E and 8D. RGB value is (177,46,141). Sum of RGB (Red+Green+Blue) = 177+46+141=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E8D is #4ED172. Grayscale: #5F5F5F. Windows color (decimal): -5165427 or 9252529. OLE color: 9252529.

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

Color convert

RGB 177 46 141 -
CMYK 0 0.74 0.20 0.31
HSL 316.49º 0.59% 0.44% -
HSV(B) 316.49º 0.74% 0.69% -
XYZ 23.92 13.22 26.49 -
YUV 96 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 177 46 141 0 0.74 0.20 0.31 316.49 0.59 0.44
Hex B1 2E 8D 0 4A 14 1F 13C 3B 2C
Octal 261 56 215 0 112 24 37 474 73 54
Binary 10110001 101110 10001101 0 1001010 10100 11111 100111100 111011 101100

Color Harmonies of #B12E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E8D

Black with #B12E8D

Text Example


Text Example

White with #B12E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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