Html Css Color HEX #B110A0 Medium Violet Red

📋 copy color: '#B110A0'

red 177 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #B110A0

Tints of Medium Violet Red #B110A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 50.14%
G = 4.53%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B110A0 (or 0xB110A0) is known color: Medium Violet Red. HEX triplet: B1, 10 and A0. RGB value is (177,16,160). Sum of RGB (Red+Green+Blue) = 177+16+160=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B110A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110A0 is #4EEF5F. Grayscale: #505050. Windows color (decimal): -5173088 or 10490033. OLE color: 10490033.

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

Color convert

RGB 177 16 160 -
CMYK 0 0.91 0.10 0.31
HSL 306.34º 0.83% 0.38% -
HSV(B) 306.34º 0.91% 0.69% -
XYZ 24.66 12.26 34.32 -
YUV 80.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 177 16 160 0 0.91 0.10 0.31 306.34 0.83 0.38
Hex B1 10 A0 0 5B A 1F 132 53 26
Octal 261 20 240 0 133 12 37 462 123 46
Binary 10110001 10000 10100000 0 1011011 1010 11111 100110010 1010011 100110

Color Harmonies of #B110A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110A0

Black with #B110A0

Text Example


Text Example

White with #B110A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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