Html Css Color HEX #B1127F Medium Violet Red

📋 copy color: '#B1127F'

red 177 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #B1127F

Tints of Medium Violet Red #B1127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 54.97%
G = 5.59%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1127F (or 0xB1127F) is known color: Medium Violet Red. HEX triplet: B1, 12 and 7F. RGB value is (177,18,127). Sum of RGB (Red+Green+Blue) = 177+18+127=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1127F is #4EED80. Grayscale: #4D4D4D. Windows color (decimal): -5172609 or 8327857. OLE color: 8327857.

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

Color convert

RGB 177 18 127 -
CMYK 0 0.90 0.28 0.31
HSL 318.87º 0.82% 0.38% -
HSV(B) 318.87º 0.9% 0.69% -
XYZ 22.18 11.31 21.09 -
YUV 77.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 177 18 127 0 0.90 0.28 0.31 318.87 0.82 0.38
Hex B1 12 7F 0 5A 1C 1F 13F 52 26
Octal 261 22 177 0 132 34 37 477 122 46
Binary 10110001 10010 1111111 0 1011010 11100 11111 100111111 1010010 100110

Color Harmonies of #B1127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1127F

Black with #B1127F

Text Example


Text Example

White with #B1127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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