Html Css Color HEX #B12090 Medium Red Violet

📋 copy color: '#B12090'

red 177 ◦ green 32 ◦ blue 144

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

Shades of Medium Red Violet #B12090

Tints of Medium Red Violet #B12090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 50.14%
G = 9.07%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B12090 (or 0xB12090) is known color: Medium Red Violet. HEX triplet: B1, 20 and 90. RGB value is (177,32,144). Sum of RGB (Red+Green+Blue) = 177+32+144=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B12090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12090 is #4EDF6F. Grayscale: #575757. Windows color (decimal): -5169008 or 9445553. OLE color: 9445553.

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

Color convert

RGB 177 32 144 -
CMYK 0 0.82 0.19 0.31
HSL 313.66º 0.69% 0.41% -
HSV(B) 313.66º 0.82% 0.69% -
XYZ 23.68 12.39 27.53 -
YUV 88.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 177 32 144 0 0.82 0.19 0.31 313.66 0.69 0.41
Hex B1 20 90 0 52 13 1F 13A 45 29
Octal 261 40 220 0 122 23 37 472 105 51
Binary 10110001 100000 10010000 0 1010010 10011 11111 100111010 1000101 101001

Color Harmonies of #B12090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12090

Black with #B12090

Text Example


Text Example

White with #B12090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12090; }

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

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

background-color css

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

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

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

border-color css

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

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

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