Html Css Color HEX #B1017D Medium Violet Red

📋 copy color: '#B1017D'

red 177 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #B1017D

Tints of Medium Violet Red #B1017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 58.42%
G = 0.33%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1017D (or 0xB1017D) is known color: Medium Violet Red. HEX triplet: B1, 01 and 7D. RGB value is (177,1,125). Sum of RGB (Red+Green+Blue) = 177+1+125=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017D is #4EFE82. Grayscale: #434343. Windows color (decimal): -5176963 or 8192433. OLE color: 8192433.

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

Color convert

RGB 177 1 125 -
CMYK 0 0.99 0.29 0.31
HSL 317.73º 0.99% 0.35% -
HSV(B) 317.73º 0.99% 0.69% -
XYZ 21.84 10.85 20.34 -
YUV 67.76 160.31 205.92 -
System Red Green Blue C M Y K H S L
Decimal 177 1 125 0 0.99 0.29 0.31 317.73 0.99 0.35
Hex B1 1 7D 0 63 1D 1F 13E 63 23
Octal 261 1 175 0 143 35 37 476 143 43
Binary 10110001 1 1111101 0 1100011 11101 11111 100111110 1100011 100011

Color Harmonies of #B1017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1017D

Black with #B1017D

Text Example


Text Example

White with #B1017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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