Html Css Color HEX #B1287A Medium Red Violet

📋 copy color: '#B1287A'

red 177 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #B1287A

Tints of Medium Red Violet #B1287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 52.21%
G = 11.8%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1287A (or 0xB1287A) is known color: Medium Red Violet. HEX triplet: B1, 28 and 7A. RGB value is (177,40,122). Sum of RGB (Red+Green+Blue) = 177+40+122=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1287A is #4ED785. Grayscale: #5A5A5A. Windows color (decimal): -5166982 or 8005809. OLE color: 8005809.

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

Color convert

RGB 177 40 122 -
CMYK 0 0.77 0.31 0.31
HSL 324.09º 0.63% 0.43% -
HSV(B) 324.09º 0.77% 0.69% -
XYZ 22.4 12.27 19.6 -
YUV 90.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 177 40 122 0 0.77 0.31 0.31 324.09 0.63 0.43
Hex B1 28 7A 0 4D 1F 1F 144 3F 2B
Octal 261 50 172 0 115 37 37 504 77 53
Binary 10110001 101000 1111010 0 1001101 11111 11111 101000100 111111 101011

Color Harmonies of #B1287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1287A

Black with #B1287A

Text Example


Text Example

White with #B1287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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