Html Css Color HEX #B1218F Medium Red Violet

📋 copy color: '#B1218F'

red 177 ◦ green 33 ◦ blue 143

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

Shades of Medium Red Violet #B1218F

Tints of Medium Red Violet #B1218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 50.14%
G = 9.35%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1218F (or 0xB1218F) is known color: Medium Red Violet. HEX triplet: B1, 21 and 8F. RGB value is (177,33,143). Sum of RGB (Red+Green+Blue) = 177+33+143=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218F is #4EDE70. Grayscale: #585858. Windows color (decimal): -5168753 or 9380273. OLE color: 9380273.

HSL color Cylindrical-coordinate representation of color #B1218F: hue angle of 314.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1218F is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 143 -
CMYK 0 0.81 0.19 0.31
HSL 314.17º 0.69% 0.41% -
HSV(B) 314.17º 0.81% 0.69% -
XYZ 23.63 12.42 27.14 -
YUV 88.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 177 33 143 0 0.81 0.19 0.31 314.17 0.69 0.41
Hex B1 21 8F 0 51 13 1F 13A 45 29
Octal 261 41 217 0 121 23 37 472 105 51
Binary 10110001 100001 10001111 0 1010001 10011 11111 100111010 1000101 101001

Color Harmonies of #B1218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1218F

Black with #B1218F

Text Example


Text Example

White with #B1218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1218F; }

 p { color: rgb(177,33,143); }

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

background-color css

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

 a { background-color: rgb(177,33,143); }

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

border-color css

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

 span { border-color: rgb(177,33,143); }

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