Html Css Color HEX #B11375 Medium Violet Red

📋 copy color: '#B11375'

red 177 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #B11375

Tints of Medium Violet Red #B11375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 56.55%
G = 6.07%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11375 (or 0xB11375) is known color: Medium Violet Red. HEX triplet: B1, 13 and 75. RGB value is (177,19,117). Sum of RGB (Red+Green+Blue) = 177+19+117=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11375 is #4EEC8A. Grayscale: #4D4D4D. Windows color (decimal): -5172363 or 7672753. OLE color: 7672753.

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

Color convert

RGB 177 19 117 -
CMYK 0 0.89 0.34 0.31
HSL 322.78º 0.81% 0.38% -
HSV(B) 322.78º 0.89% 0.69% -
XYZ 21.58 11.1 17.83 -
YUV 77.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 177 19 117 0 0.89 0.34 0.31 322.78 0.81 0.38
Hex B1 13 75 0 59 22 1F 143 51 26
Octal 261 23 165 0 131 42 37 503 121 46
Binary 10110001 10011 1110101 0 1011001 100010 11111 101000011 1010001 100110

Color Harmonies of #B11375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11375

Black with #B11375

Text Example


Text Example

White with #B11375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11375; }

 p { color: rgb(177,19,117); }

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

background-color css

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

 a { background-color: rgb(177,19,117); }

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

border-color css

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

 span { border-color: rgb(177,19,117); }

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