Html Css Color HEX #B1218D Medium Red Violet

📋 copy color: '#B1218D'

red 177 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #B1218D

Tints of Medium Red Violet #B1218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 50.43%
G = 9.4%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1218D (or 0xB1218D) is known color: Medium Red Violet. HEX triplet: B1, 21 and 8D. RGB value is (177,33,141). Sum of RGB (Red+Green+Blue) = 177+33+141=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218D is #4EDE72. Grayscale: #585858. Windows color (decimal): -5168755 or 9249201. OLE color: 9249201.

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

Color convert

RGB 177 33 141 -
CMYK 0 0.81 0.20 0.31
HSL 315º 0.69% 0.41% -
HSV(B) 315º 0.81% 0.69% -
XYZ 23.48 12.36 26.35 -
YUV 88.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 177 33 141 0 0.81 0.20 0.31 315 0.69 0.41
Hex B1 21 8D 0 51 14 1F 13B 45 29
Octal 261 41 215 0 121 24 37 473 105 51
Binary 10110001 100001 10001101 0 1010001 10100 11111 100111011 1000101 101001

Color Harmonies of #B1218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1218D

Black with #B1218D

Text Example


Text Example

White with #B1218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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