Html Css Color HEX #B12E99 Medium Red Violet

📋 copy color: '#B12E99'

red 177 ◦ green 46 ◦ blue 153

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

Shades of Medium Red Violet #B12E99

Tints of Medium Red Violet #B12E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 47.07%
G = 12.23%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B12E99 (or 0xB12E99) is known color: Medium Red Violet. HEX triplet: B1, 2E and 99. RGB value is (177,46,153). Sum of RGB (Red+Green+Blue) = 177+46+153=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E99 is #4ED166. Grayscale: #616161. Windows color (decimal): -5165415 or 10038961. OLE color: 10038961.

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

Color convert

RGB 177 46 153 -
CMYK 0 0.74 0.14 0.31
HSL 310.99º 0.59% 0.44% -
HSV(B) 310.99º 0.74% 0.69% -
XYZ 24.86 13.6 31.45 -
YUV 97.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 177 46 153 0 0.74 0.14 0.31 310.99 0.59 0.44
Hex B1 2E 99 0 4A E 1F 137 3B 2C
Octal 261 56 231 0 112 16 37 467 73 54
Binary 10110001 101110 10011001 0 1001010 1110 11111 100110111 111011 101100

Color Harmonies of #B12E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E99

Black with #B12E99

Text Example


Text Example

White with #B12E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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