Html Css Color HEX #B1037C Medium Violet Red

📋 copy color: '#B1037C'

red 177 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #B1037C

Tints of Medium Violet Red #B1037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 58.22%
G = 0.99%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1037C (or 0xB1037C) is known color: Medium Violet Red. HEX triplet: B1, 03 and 7C. RGB value is (177,3,124). Sum of RGB (Red+Green+Blue) = 177+3+124=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1037C is #4EFC83. Grayscale: #444444. Windows color (decimal): -5176452 or 8127409. OLE color: 8127409.

HSL color Cylindrical-coordinate representation of color #B1037C: hue angle of 318.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1037C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 124 -
CMYK 0 0.98 0.30 0.31
HSL 318.28º 0.97% 0.35% -
HSV(B) 318.28º 0.98% 0.69% -
XYZ 21.8 10.87 20.02 -
YUV 68.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 177 3 124 0 0.98 0.30 0.31 318.28 0.97 0.35
Hex B1 3 7C 0 62 1E 1F 13E 61 23
Octal 261 3 174 0 142 36 37 476 141 43
Binary 10110001 11 1111100 0 1100010 11110 11111 100111110 1100001 100011

Color Harmonies of #B1037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1037C

Black with #B1037C

Text Example


Text Example

White with #B1037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1037C; }

 p { color: rgb(177,3,124); }

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

background-color css

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

 a { background-color: rgb(177,3,124); }

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

border-color css

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

 span { border-color: rgb(177,3,124); }

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