Html Css Color HEX #B1138D Medium Violet Red

📋 copy color: '#B1138D'

red 177 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #B1138D

Tints of Medium Violet Red #B1138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 52.52%
G = 5.64%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1138D (or 0xB1138D) is known color: Medium Violet Red. HEX triplet: B1, 13 and 8D. RGB value is (177,19,141). Sum of RGB (Red+Green+Blue) = 177+19+141=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1138D is #4EEC72. Grayscale: #4F4F4F. Windows color (decimal): -5172339 or 9245617. OLE color: 9245617.

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

Color convert

RGB 177 19 141 -
CMYK 0 0.89 0.20 0.31
HSL 313.67º 0.81% 0.38% -
HSV(B) 313.67º 0.89% 0.69% -
XYZ 23.17 11.74 26.24 -
YUV 80.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 177 19 141 0 0.89 0.20 0.31 313.67 0.81 0.38
Hex B1 13 8D 0 59 14 1F 13A 51 26
Octal 261 23 215 0 131 24 37 472 121 46
Binary 10110001 10011 10001101 0 1011001 10100 11111 100111010 1010001 100110

Color Harmonies of #B1138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1138D

Black with #B1138D

Text Example


Text Example

White with #B1138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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