Html Css Color HEX #B1207F Medium Red Violet

📋 copy color: '#B1207F'

red 177 ◦ green 32 ◦ blue 127

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

Shades of Medium Red Violet #B1207F

Tints of Medium Red Violet #B1207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 52.68%
G = 9.52%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1207F (or 0xB1207F) is known color: Medium Red Violet. HEX triplet: B1, 20 and 7F. RGB value is (177,32,127). Sum of RGB (Red+Green+Blue) = 177+32+127=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1207F is #4EDF80. Grayscale: #555555. Windows color (decimal): -5169025 or 8331441. OLE color: 8331441.

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

Color convert

RGB 177 32 127 -
CMYK 0 0.82 0.28 0.31
HSL 320.69º 0.69% 0.41% -
HSV(B) 320.69º 0.82% 0.69% -
XYZ 22.48 11.91 21.19 -
YUV 86.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 177 32 127 0 0.82 0.28 0.31 320.69 0.69 0.41
Hex B1 20 7F 0 52 1C 1F 141 45 29
Octal 261 40 177 0 122 34 37 501 105 51
Binary 10110001 100000 1111111 0 1010010 11100 11111 101000001 1000101 101001

Color Harmonies of #B1207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1207F

Black with #B1207F

Text Example


Text Example

White with #B1207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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