Html Css Color HEX #B1138F Medium Violet Red

📋 copy color: '#B1138F'

red 177 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #B1138F

Tints of Medium Violet Red #B1138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 52.21%
G = 5.6%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1138F (or 0xB1138F) is known color: Medium Violet Red. HEX triplet: B1, 13 and 8F. RGB value is (177,19,143). Sum of RGB (Red+Green+Blue) = 177+19+143=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1138F is #4EEC70. Grayscale: #505050. Windows color (decimal): -5172337 or 9376689. OLE color: 9376689.

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

Color convert

RGB 177 19 143 -
CMYK 0 0.89 0.19 0.31
HSL 312.91º 0.81% 0.38% -
HSV(B) 312.91º 0.89% 0.69% -
XYZ 23.32 11.8 27.03 -
YUV 80.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 177 19 143 0 0.89 0.19 0.31 312.91 0.81 0.38
Hex B1 13 8F 0 59 13 1F 139 51 26
Octal 261 23 217 0 131 23 37 471 121 46
Binary 10110001 10011 10001111 0 1011001 10011 11111 100111001 1010001 100110

Color Harmonies of #B1138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1138F

Black with #B1138F

Text Example


Text Example

White with #B1138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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