Html Css Color HEX #B12E9E Medium Red Violet

📋 copy color: '#B12E9E'

red 177 ◦ green 46 ◦ blue 158

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

Shades of Medium Red Violet #B12E9E

Tints of Medium Red Violet #B12E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 46.46%
G = 12.07%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B12E9E (or 0xB12E9E) is known color: Medium Red Violet. HEX triplet: B1, 2E and 9E. RGB value is (177,46,158). Sum of RGB (Red+Green+Blue) = 177+46+158=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E9E is #4ED161. Grayscale: #616161. Windows color (decimal): -5165410 or 10366641. OLE color: 10366641.

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

Color convert

RGB 177 46 158 -
CMYK 0 0.74 0.11 0.31
HSL 308.7º 0.59% 0.44% -
HSV(B) 308.7º 0.74% 0.69% -
XYZ 25.28 13.77 33.67 -
YUV 97.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 177 46 158 0 0.74 0.11 0.31 308.7 0.59 0.44
Hex B1 2E 9E 0 4A B 1F 135 3B 2C
Octal 261 56 236 0 112 13 37 465 73 54
Binary 10110001 101110 10011110 0 1001010 1011 11111 100110101 111011 101100

Color Harmonies of #B12E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E9E

Black with #B12E9E

Text Example


Text Example

White with #B12E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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