Html Css Color HEX #B9218D Medium Violet Red

📋 copy color: '#B9218D'

red 185 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #B9218D

Tints of Medium Violet Red #B9218D

RGB

 RED value IS 185 (72.66% from 255) = 51.53%

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

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

R = 51.53%
G = 9.19%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9218D (or 0xB9218D) is known color: Medium Violet Red. HEX triplet: B9, 21 and 8D. RGB value is (185,33,141). Sum of RGB (Red+Green+Blue) = 185+33+141=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9218D is #46DE72. Grayscale: #5A5A5A. Windows color (decimal): -4644467 or 9249209. OLE color: 9249209.

HSL color Cylindrical-coordinate representation of color #B9218D: hue angle of 317.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9218D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 141 -
CMYK 0 0.82 0.24 0.27
HSL 317.37º 0.7% 0.43% -
HSV(B) 317.37º 0.82% 0.73% -
XYZ 25.36 13.33 26.43 -
YUV 90.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 185 33 141 0 0.82 0.24 0.27 317.37 0.7 0.43
Hex B9 21 8D 0 52 18 1B 13D 46 2B
Octal 271 41 215 0 122 30 33 475 106 53
Binary 10111001 100001 10001101 0 1010010 11000 11011 100111101 1000110 101011

Color Harmonies of #B9218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9218D

Black with #B9218D

Text Example


Text Example

White with #B9218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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