Html Css Color HEX #B1208F Medium Red Violet

📋 copy color: '#B1208F'

red 177 ◦ green 32 ◦ blue 143

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

Shades of Medium Red Violet #B1208F

Tints of Medium Red Violet #B1208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 50.28%
G = 9.09%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1208F (or 0xB1208F) is known color: Medium Red Violet. HEX triplet: B1, 20 and 8F. RGB value is (177,32,143). Sum of RGB (Red+Green+Blue) = 177+32+143=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1208F is #4EDF70. Grayscale: #575757. Windows color (decimal): -5169009 or 9380017. OLE color: 9380017.

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

Color convert

RGB 177 32 143 -
CMYK 0 0.82 0.19 0.31
HSL 314.07º 0.69% 0.41% -
HSV(B) 314.07º 0.82% 0.69% -
XYZ 23.61 12.36 27.13 -
YUV 88.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 177 32 143 0 0.82 0.19 0.31 314.07 0.69 0.41
Hex B1 20 8F 0 52 13 1F 13A 45 29
Octal 261 40 217 0 122 23 37 472 105 51
Binary 10110001 100000 10001111 0 1010010 10011 11111 100111010 1000101 101001

Color Harmonies of #B1208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1208F

Black with #B1208F

Text Example


Text Example

White with #B1208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1208F; }

 p { color: rgb(177,32,143); }

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

background-color css

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

 a { background-color: rgb(177,32,143); }

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

border-color css

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

 span { border-color: rgb(177,32,143); }

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