Html Css Color HEX #B1287C Medium Red Violet

📋 copy color: '#B1287C'

red 177 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #B1287C

Tints of Medium Red Violet #B1287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 51.91%
G = 11.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1287C (or 0xB1287C) is known color: Medium Red Violet. HEX triplet: B1, 28 and 7C. RGB value is (177,40,124). Sum of RGB (Red+Green+Blue) = 177+40+124=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1287C is #4ED783. Grayscale: #5A5A5A. Windows color (decimal): -5166980 or 8136881. OLE color: 8136881.

HSL color Cylindrical-coordinate representation of color #B1287C: hue angle of 323.21º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1287C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 124 -
CMYK 0 0.77 0.30 0.31
HSL 323.21º 0.63% 0.43% -
HSV(B) 323.21º 0.77% 0.69% -
XYZ 22.53 12.32 20.26 -
YUV 90.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 177 40 124 0 0.77 0.30 0.31 323.21 0.63 0.43
Hex B1 28 7C 0 4D 1E 1F 143 3F 2B
Octal 261 50 174 0 115 36 37 503 77 53
Binary 10110001 101000 1111100 0 1001101 11110 11111 101000011 111111 101011

Color Harmonies of #B1287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1287C

Black with #B1287C

Text Example


Text Example

White with #B1287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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