Html Css Color HEX #B9208D Medium Violet Red

📋 copy color: '#B9208D'

red 185 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #B9208D

Tints of Medium Violet Red #B9208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 51.68%
G = 8.94%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9208D (or 0xB9208D) is known color: Medium Violet Red. HEX triplet: B9, 20 and 8D. RGB value is (185,32,141). Sum of RGB (Red+Green+Blue) = 185+32+141=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9208D is #46DF72. Grayscale: #595959. Windows color (decimal): -4644723 or 9248953. OLE color: 9248953.

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

Color convert

RGB 185 32 141 -
CMYK 0 0.83 0.24 0.27
HSL 317.25º 0.71% 0.43% -
HSV(B) 317.25º 0.83% 0.73% -
XYZ 25.33 13.27 26.43 -
YUV 90.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 185 32 141 0 0.83 0.24 0.27 317.25 0.71 0.43
Hex B9 20 8D 0 53 18 1B 13D 47 2B
Octal 271 40 215 0 123 30 33 475 107 53
Binary 10111001 100000 10001101 0 1010011 11000 11011 100111101 1000111 101011

Color Harmonies of #B9208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9208D

Black with #B9208D

Text Example


Text Example

White with #B9208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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