Html Css Color HEX #B12290 Medium Red Violet

📋 copy color: '#B12290'

red 177 ◦ green 34 ◦ blue 144

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

Shades of Medium Red Violet #B12290

Tints of Medium Red Violet #B12290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 49.86%
G = 9.58%
B = 40.56%

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

#B12290 (or 0xB12290) is known color: Medium Red Violet. HEX triplet: B1, 22 and 90. RGB value is (177,34,144). Sum of RGB (Red+Green+Blue) = 177+34+144=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B12290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12290 is #4EDD6F. Grayscale: #595959. Windows color (decimal): -5168496 or 9446065. OLE color: 9446065.

HSL color Cylindrical-coordinate representation of color #B12290: hue angle of 313.85º degrees, saturation: 0.68, 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 #B12290 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 144 -
CMYK 0 0.81 0.19 0.31
HSL 313.85º 0.68% 0.41% -
HSV(B) 313.85º 0.81% 0.69% -
XYZ 23.74 12.5 27.55 -
YUV 89.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 177 34 144 0 0.81 0.19 0.31 313.85 0.68 0.41
Hex B1 22 90 0 51 13 1F 13A 44 29
Octal 261 42 220 0 121 23 37 472 104 51
Binary 10110001 100010 10010000 0 1010001 10011 11111 100111010 1000100 101001

Color Harmonies of #B12290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12290

Black with #B12290

Text Example


Text Example

White with #B12290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12290; }

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

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

background-color css

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

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

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

border-color css

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

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

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