Html Css Color HEX #B11C7D Medium Violet Red

📋 copy color: '#B11C7D'

red 177 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #B11C7D

Tints of Medium Violet Red #B11C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 53.64%
G = 8.48%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B11C7D (or 0xB11C7D) is known color: Medium Violet Red. HEX triplet: B1, 1C and 7D. RGB value is (177,28,125). Sum of RGB (Red+Green+Blue) = 177+28+125=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C7D is #4EE382. Grayscale: #535353. Windows color (decimal): -5170051 or 8199345. OLE color: 8199345.

HSL color Cylindrical-coordinate representation of color #B11C7D: hue angle of 320.94º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C7D is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 125 -
CMYK 0 0.84 0.29 0.31
HSL 320.94º 0.73% 0.4% -
HSV(B) 320.94º 0.84% 0.69% -
XYZ 22.25 11.66 20.48 -
YUV 83.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 177 28 125 0 0.84 0.29 0.31 320.94 0.73 0.4
Hex B1 1C 7D 0 54 1D 1F 141 49 28
Octal 261 34 175 0 124 35 37 501 111 50
Binary 10110001 11100 1111101 0 1010100 11101 11111 101000001 1001001 101000

Color Harmonies of #B11C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C7D

Black with #B11C7D

Text Example


Text Example

White with #B11C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C7D; }

 p { color: rgb(177,28,125); }

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

background-color css

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

 a { background-color: rgb(177,28,125); }

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

border-color css

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

 span { border-color: rgb(177,28,125); }

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