Html Css Color HEX #B1237F Medium Red Violet

📋 copy color: '#B1237F'

red 177 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #B1237F

Tints of Medium Red Violet #B1237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 52.21%
G = 10.32%
B = 37.46%

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

#B1237F (or 0xB1237F) is known color: Medium Red Violet. HEX triplet: B1, 23 and 7F. RGB value is (177,35,127). Sum of RGB (Red+Green+Blue) = 177+35+127=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1237F is #4EDC80. Grayscale: #575757. Windows color (decimal): -5168257 or 8332209. OLE color: 8332209.

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

Color convert

RGB 177 35 127 -
CMYK 0 0.80 0.28 0.31
HSL 321.13º 0.67% 0.42% -
HSV(B) 321.13º 0.8% 0.69% -
XYZ 22.56 12.08 21.22 -
YUV 87.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 177 35 127 0 0.80 0.28 0.31 321.13 0.67 0.42
Hex B1 23 7F 0 50 1C 1F 141 43 2A
Octal 261 43 177 0 120 34 37 501 103 52
Binary 10110001 100011 1111111 0 1010000 11100 11111 101000001 1000011 101010

Color Harmonies of #B1237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1237F

Black with #B1237F

Text Example


Text Example

White with #B1237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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