Html Css Color HEX #B1127B Medium Violet Red

📋 copy color: '#B1127B'

red 177 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #B1127B

Tints of Medium Violet Red #B1127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 55.66%
G = 5.66%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1127B (or 0xB1127B) is known color: Medium Violet Red. HEX triplet: B1, 12 and 7B. RGB value is (177,18,123). Sum of RGB (Red+Green+Blue) = 177+18+123=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1127B is #4EED84. Grayscale: #4D4D4D. Windows color (decimal): -5172613 or 8065713. OLE color: 8065713.

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

Color convert

RGB 177 18 123 -
CMYK 0 0.90 0.31 0.31
HSL 320.38º 0.82% 0.38% -
HSV(B) 320.38º 0.9% 0.69% -
XYZ 21.92 11.21 19.75 -
YUV 77.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 177 18 123 0 0.90 0.31 0.31 320.38 0.82 0.38
Hex B1 12 7B 0 5A 1F 1F 140 52 26
Octal 261 22 173 0 132 37 37 500 122 46
Binary 10110001 10010 1111011 0 1011010 11111 11111 101000000 1010010 100110

Color Harmonies of #B1127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1127B

Black with #B1127B

Text Example


Text Example

White with #B1127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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