Html Css Color HEX #B1128F Medium Violet Red

📋 copy color: '#B1128F'

red 177 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #B1128F

Tints of Medium Violet Red #B1128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 52.37%
G = 5.33%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1128F (or 0xB1128F) is known color: Medium Violet Red. HEX triplet: B1, 12 and 8F. RGB value is (177,18,143). Sum of RGB (Red+Green+Blue) = 177+18+143=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1128F is #4EED70. Grayscale: #4F4F4F. Windows color (decimal): -5172593 or 9376433. OLE color: 9376433.

HSL color Cylindrical-coordinate representation of color #B1128F: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1128F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 143 -
CMYK 0 0.90 0.19 0.31
HSL 312.83º 0.82% 0.38% -
HSV(B) 312.83º 0.9% 0.69% -
XYZ 23.31 11.76 27.03 -
YUV 79.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 177 18 143 0 0.90 0.19 0.31 312.83 0.82 0.38
Hex B1 12 8F 0 5A 13 1F 139 52 26
Octal 261 22 217 0 132 23 37 471 122 46
Binary 10110001 10010 10001111 0 1011010 10011 11111 100111001 1010010 100110

Color Harmonies of #B1128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1128F

Black with #B1128F

Text Example


Text Example

White with #B1128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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