Html Css Color HEX #B11B85 Medium Violet Red

📋 copy color: '#B11B85'

red 177 ◦ green 27 ◦ blue 133

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

Shades of Medium Violet Red #B11B85

Tints of Medium Violet Red #B11B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 52.52%
G = 8.01%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B11B85 (or 0xB11B85) is known color: Medium Violet Red. HEX triplet: B1, 1B and 85. RGB value is (177,27,133). Sum of RGB (Red+Green+Blue) = 177+27+133=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B85 is #4EE47A. Grayscale: #535353. Windows color (decimal): -5170299 or 8723377. OLE color: 8723377.

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

Color convert

RGB 177 27 133 -
CMYK 0 0.85 0.25 0.31
HSL 317.6º 0.74% 0.4% -
HSV(B) 317.6º 0.85% 0.69% -
XYZ 22.76 11.82 23.27 -
YUV 83.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 177 27 133 0 0.85 0.25 0.31 317.6 0.74 0.4
Hex B1 1B 85 0 55 19 1F 13E 4A 28
Octal 261 33 205 0 125 31 37 476 112 50
Binary 10110001 11011 10000101 0 1010101 11001 11111 100111110 1001010 101000

Color Harmonies of #B11B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B85

Black with #B11B85

Text Example


Text Example

White with #B11B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B85; }

 p { color: rgb(177,27,133); }

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

background-color css

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

 a { background-color: rgb(177,27,133); }

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

border-color css

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

 span { border-color: rgb(177,27,133); }

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