Html Css Color HEX #B12490 Medium Red Violet

📋 copy color: '#B12490'

red 177 ◦ green 36 ◦ blue 144

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

Shades of Medium Red Violet #B12490

Tints of Medium Red Violet #B12490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

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

R = 49.58%
G = 10.08%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B12490 (or 0xB12490) is known color: Medium Red Violet. HEX triplet: B1, 24 and 90. RGB value is (177,36,144). Sum of RGB (Red+Green+Blue) = 177+36+144=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B12490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12490 is #4EDB6F. Grayscale: #5A5A5A. Windows color (decimal): -5167984 or 9446577. OLE color: 9446577.

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

Color convert

RGB 177 36 144 -
CMYK 0 0.80 0.19 0.31
HSL 314.04º 0.66% 0.42% -
HSV(B) 314.04º 0.8% 0.69% -
XYZ 23.8 12.62 27.57 -
YUV 90.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 177 36 144 0 0.80 0.19 0.31 314.04 0.66 0.42
Hex B1 24 90 0 50 13 1F 13A 42 2A
Octal 261 44 220 0 120 23 37 472 102 52
Binary 10110001 100100 10010000 0 1010000 10011 11111 100111010 1000010 101010

Color Harmonies of #B12490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12490

Black with #B12490

Text Example


Text Example

White with #B12490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12490; }

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

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

background-color css

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

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

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

border-color css

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

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

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