Html Css Color HEX #B1057D Medium Violet Red

📋 copy color: '#B1057D'

red 177 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #B1057D

Tints of Medium Violet Red #B1057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 57.65%
G = 1.63%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1057D (or 0xB1057D) is known color: Medium Violet Red. HEX triplet: B1, 05 and 7D. RGB value is (177,5,125). Sum of RGB (Red+Green+Blue) = 177+5+125=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1057D is #4EFA82. Grayscale: #454545. Windows color (decimal): -5175939 or 8193457. OLE color: 8193457.

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

Color convert

RGB 177 5 125 -
CMYK 0 0.97 0.29 0.31
HSL 318.14º 0.95% 0.36% -
HSV(B) 318.14º 0.97% 0.69% -
XYZ 21.89 10.94 20.36 -
YUV 70.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 177 5 125 0 0.97 0.29 0.31 318.14 0.95 0.36
Hex B1 5 7D 0 61 1D 1F 13E 5F 24
Octal 261 5 175 0 141 35 37 476 137 44
Binary 10110001 101 1111101 0 1100001 11101 11111 100111110 1011111 100100

Color Harmonies of #B1057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1057D

Black with #B1057D

Text Example


Text Example

White with #B1057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1057D; }

 p { color: rgb(177,5,125); }

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

background-color css

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

 a { background-color: rgb(177,5,125); }

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

border-color css

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

 span { border-color: rgb(177,5,125); }

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