Html Css Color HEX #B12190 Medium Red Violet

📋 copy color: '#B12190'

red 177 ◦ green 33 ◦ blue 144

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

Shades of Medium Red Violet #B12190

Tints of Medium Red Violet #B12190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.32%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 50%
G = 9.32%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B12190 (or 0xB12190) is known color: Medium Red Violet. HEX triplet: B1, 21 and 90. RGB value is (177,33,144). Sum of RGB (Red+Green+Blue) = 177+33+144=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B12190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12190 is #4EDE6F. Grayscale: #585858. Windows color (decimal): -5168752 or 9445809. OLE color: 9445809.

HSL color Cylindrical-coordinate representation of color #B12190: hue angle of 313.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12190 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 144 -
CMYK 0 0.81 0.19 0.31
HSL 313.75º 0.69% 0.41% -
HSV(B) 313.75º 0.81% 0.69% -
XYZ 23.71 12.45 27.54 -
YUV 88.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 177 33 144 0 0.81 0.19 0.31 313.75 0.69 0.41
Hex B1 21 90 0 51 13 1F 13A 45 29
Octal 261 41 220 0 121 23 37 472 105 51
Binary 10110001 100001 10010000 0 1010001 10011 11111 100111010 1000101 101001

Color Harmonies of #B12190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12190

Black with #B12190

Text Example


Text Example

White with #B12190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12190; }

 p { color: rgb(177,33,144); }

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

background-color css

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

 a { background-color: rgb(177,33,144); }

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

border-color css

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

 span { border-color: rgb(177,33,144); }

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