Html Css Color HEX #B1247F Medium Red Violet

📋 copy color: '#B1247F'

red 177 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #B1247F

Tints of Medium Red Violet #B1247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 52.06%
G = 10.59%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1247F (or 0xB1247F) is known color: Medium Red Violet. HEX triplet: B1, 24 and 7F. RGB value is (177,36,127). Sum of RGB (Red+Green+Blue) = 177+36+127=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247F is #4EDB80. Grayscale: #585858. Windows color (decimal): -5168001 or 8332465. OLE color: 8332465.

HSL color Cylindrical-coordinate representation of color #B1247F: hue angle of 321.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1247F is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 127 -
CMYK 0 0.80 0.28 0.31
HSL 321.28º 0.66% 0.42% -
HSV(B) 321.28º 0.8% 0.69% -
XYZ 22.59 12.14 21.23 -
YUV 88.53 149.71 191.1 -
System Red Green Blue C M Y K H S L
Decimal 177 36 127 0 0.80 0.28 0.31 321.28 0.66 0.42
Hex B1 24 7F 0 50 1C 1F 141 42 2A
Octal 261 44 177 0 120 34 37 501 102 52
Binary 10110001 100100 1111111 0 1010000 11100 11111 101000001 1000010 101010

Color Harmonies of #B1247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1247F

Black with #B1247F

Text Example


Text Example

White with #B1247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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