Html Css Color HEX #B1237C Medium Red Violet

📋 copy color: '#B1237C'

red 177 ◦ green 35 ◦ blue 124

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

Shades of Medium Red Violet #B1237C

Tints of Medium Red Violet #B1237C

RGB

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

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

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

R = 52.68%
G = 10.42%
B = 36.9%

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

#B1237C (or 0xB1237C) is known color: Medium Red Violet. HEX triplet: B1, 23 and 7C. RGB value is (177,35,124). Sum of RGB (Red+Green+Blue) = 177+35+124=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1237C is #4EDC83. Grayscale: #575757. Windows color (decimal): -5168260 or 8135601. OLE color: 8135601.

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

Color convert

RGB 177 35 124 -
CMYK 0 0.80 0.30 0.31
HSL 322.39º 0.67% 0.42% -
HSV(B) 322.39º 0.8% 0.69% -
XYZ 22.37 12 20.21 -
YUV 87.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 177 35 124 0 0.80 0.30 0.31 322.39 0.67 0.42
Hex B1 23 7C 0 50 1E 1F 142 43 2A
Octal 261 43 174 0 120 36 37 502 103 52
Binary 10110001 100011 1111100 0 1010000 11110 11111 101000010 1000011 101010

Color Harmonies of #B1237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1237C

Black with #B1237C

Text Example


Text Example

White with #B1237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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