Html Css Color HEX #B1247C Medium Red Violet

📋 copy color: '#B1247C'

red 177 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #B1247C

Tints of Medium Red Violet #B1247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 52.52%
G = 10.68%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1247C (or 0xB1247C) is known color: Medium Red Violet. HEX triplet: B1, 24 and 7C. RGB value is (177,36,124). Sum of RGB (Red+Green+Blue) = 177+36+124=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247C is #4EDB83. Grayscale: #575757. Windows color (decimal): -5168004 or 8135857. OLE color: 8135857.

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

Color convert

RGB 177 36 124 -
CMYK 0 0.80 0.30 0.31
HSL 322.55º 0.66% 0.42% -
HSV(B) 322.55º 0.8% 0.69% -
XYZ 22.4 12.06 20.22 -
YUV 88.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 177 36 124 0 0.80 0.30 0.31 322.55 0.66 0.42
Hex B1 24 7C 0 50 1E 1F 143 42 2A
Octal 261 44 174 0 120 36 37 503 102 52
Binary 10110001 100100 1111100 0 1010000 11110 11111 101000011 1000010 101010

Color Harmonies of #B1247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1247C

Black with #B1247C

Text Example


Text Example

White with #B1247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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