Html Css Color HEX #B11C7B Medium Violet Red

📋 copy color: '#B11C7B'

red 177 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #B11C7B

Tints of Medium Violet Red #B11C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 53.96%
G = 8.54%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B11C7B (or 0xB11C7B) is known color: Medium Violet Red. HEX triplet: B1, 1C and 7B. RGB value is (177,28,123). Sum of RGB (Red+Green+Blue) = 177+28+123=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C7B is #4EE384. Grayscale: #535353. Windows color (decimal): -5170053 or 8068273. OLE color: 8068273.

HSL color Cylindrical-coordinate representation of color #B11C7B: hue angle of 321.74º 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 #B11C7B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 123 -
CMYK 0 0.84 0.31 0.31
HSL 321.75º 0.73% 0.4% -
HSV(B) 321.75º 0.84% 0.69% -
XYZ 22.12 11.61 19.81 -
YUV 83.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 177 28 123 0 0.84 0.31 0.31 321.75 0.73 0.4
Hex B1 1C 7B 0 54 1F 1F 142 49 28
Octal 261 34 173 0 124 37 37 502 111 50
Binary 10110001 11100 1111011 0 1010100 11111 11111 101000010 1001001 101000

Color Harmonies of #B11C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C7B

Black with #B11C7B

Text Example


Text Example

White with #B11C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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