Html Css Color HEX #B112A0 Medium Violet Red

📋 copy color: '#B112A0'

red 177 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #B112A0

Tints of Medium Violet Red #B112A0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 49.86%
G = 5.07%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B112A0 (or 0xB112A0) is known color: Medium Violet Red. HEX triplet: B1, 12 and A0. RGB value is (177,18,160). Sum of RGB (Red+Green+Blue) = 177+18+160=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A0 is #4EED5F. Grayscale: #515151. Windows color (decimal): -5172576 or 10490545. OLE color: 10490545.

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

Color convert

RGB 177 18 160 -
CMYK 0 0.90 0.10 0.31
HSL 306.42º 0.82% 0.38% -
HSV(B) 306.42º 0.9% 0.69% -
XYZ 24.69 12.32 34.33 -
YUV 81.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 177 18 160 0 0.90 0.10 0.31 306.42 0.82 0.38
Hex B1 12 A0 0 5A A 1F 132 52 26
Octal 261 22 240 0 132 12 37 462 122 46
Binary 10110001 10010 10100000 0 1011010 1010 11111 100110010 1010010 100110

Color Harmonies of #B112A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112A0

Black with #B112A0

Text Example


Text Example

White with #B112A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112A0; }

 p { color: rgb(177,18,160); }

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

background-color css

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

 a { background-color: rgb(177,18,160); }

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

border-color css

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

 span { border-color: rgb(177,18,160); }

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