Html Css Color HEX #B12E83 Medium Red Violet

📋 copy color: '#B12E83'

red 177 ◦ green 46 ◦ blue 131

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

Shades of Medium Red Violet #B12E83

Tints of Medium Red Violet #B12E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 50%
G = 12.99%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B12E83 (or 0xB12E83) is known color: Medium Red Violet. HEX triplet: B1, 2E and 83. RGB value is (177,46,131). Sum of RGB (Red+Green+Blue) = 177+46+131=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E83 is #4ED17C. Grayscale: #5E5E5E. Windows color (decimal): -5165437 or 8597169. OLE color: 8597169.

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

Color convert

RGB 177 46 131 -
CMYK 0 0.74 0.26 0.31
HSL 321.07º 0.59% 0.44% -
HSV(B) 321.07º 0.74% 0.69% -
XYZ 23.21 12.94 22.75 -
YUV 94.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 177 46 131 0 0.74 0.26 0.31 321.07 0.59 0.44
Hex B1 2E 83 0 4A 1A 1F 141 3B 2C
Octal 261 56 203 0 112 32 37 501 73 54
Binary 10110001 101110 10000011 0 1001010 11010 11111 101000001 111011 101100

Color Harmonies of #B12E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E83

Black with #B12E83

Text Example


Text Example

White with #B12E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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