Html Css Color HEX #B11E7B Medium Red Violet

📋 copy color: '#B11E7B'

red 177 ◦ green 30 ◦ blue 123

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

Shades of Medium Red Violet #B11E7B

Tints of Medium Red Violet #B11E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 53.64%
G = 9.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B11E7B (or 0xB11E7B) is known color: Medium Red Violet. HEX triplet: B1, 1E and 7B. RGB value is (177,30,123). Sum of RGB (Red+Green+Blue) = 177+30+123=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E7B is #4EE184. Grayscale: #545454. Windows color (decimal): -5169541 or 8068785. OLE color: 8068785.

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

Color convert

RGB 177 30 123 -
CMYK 0 0.83 0.31 0.31
HSL 322.04º 0.71% 0.41% -
HSV(B) 322.04º 0.83% 0.69% -
XYZ 22.17 11.71 19.83 -
YUV 84.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 177 30 123 0 0.83 0.31 0.31 322.04 0.71 0.41
Hex B1 1E 7B 0 53 1F 1F 142 47 29
Octal 261 36 173 0 123 37 37 502 107 51
Binary 10110001 11110 1111011 0 1010011 11111 11111 101000010 1000111 101001

Color Harmonies of #B11E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11E7B

Black with #B11E7B

Text Example


Text Example

White with #B11E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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