Html Css Color HEX #B1286F Medium Red Violet

📋 copy color: '#B1286F'

red 177 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #B1286F

Tints of Medium Red Violet #B1286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 53.96%
G = 12.2%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1286F (or 0xB1286F) is known color: Medium Red Violet. HEX triplet: B1, 28 and 6F. RGB value is (177,40,111). Sum of RGB (Red+Green+Blue) = 177+40+111=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B1286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1286F is #4ED790. Grayscale: #585858. Windows color (decimal): -5166993 or 7284913. OLE color: 7284913.

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

Color convert

RGB 177 40 111 -
CMYK 0 0.77 0.37 0.31
HSL 328.91º 0.63% 0.43% -
HSV(B) 328.91º 0.77% 0.69% -
XYZ 21.76 12.01 16.21 -
YUV 89.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 177 40 111 0 0.77 0.37 0.31 328.91 0.63 0.43
Hex B1 28 6F 0 4D 25 1F 149 3F 2B
Octal 261 50 157 0 115 45 37 511 77 53
Binary 10110001 101000 1101111 0 1001101 100101 11111 101001001 111111 101011

Color Harmonies of #B1286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1286F

Black with #B1286F

Text Example


Text Example

White with #B1286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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