Html Css Color HEX #B1247E Medium Red Violet

📋 copy color: '#B1247E'

red 177 ◦ green 36 ◦ blue 126

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

Shades of Medium Red Violet #B1247E

Tints of Medium Red Violet #B1247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 52.21%
G = 10.62%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1247E (or 0xB1247E) is known color: Medium Red Violet. HEX triplet: B1, 24 and 7E. RGB value is (177,36,126). Sum of RGB (Red+Green+Blue) = 177+36+126=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247E is #4EDB81. Grayscale: #585858. Windows color (decimal): -5168002 or 8266929. OLE color: 8266929.

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

Color convert

RGB 177 36 126 -
CMYK 0 0.80 0.29 0.31
HSL 321.7º 0.66% 0.42% -
HSV(B) 321.7º 0.8% 0.69% -
XYZ 22.53 12.12 20.89 -
YUV 88.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 177 36 126 0 0.80 0.29 0.31 321.7 0.66 0.42
Hex B1 24 7E 0 50 1D 1F 142 42 2A
Octal 261 44 176 0 120 35 37 502 102 52
Binary 10110001 100100 1111110 0 1010000 11101 11111 101000010 1000010 101010

Color Harmonies of #B1247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1247E

Black with #B1247E

Text Example


Text Example

White with #B1247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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