Html Css Color HEX #B9206D Medium Violet Red

📋 copy color: '#B9206D'

red 185 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #B9206D

Tints of Medium Violet Red #B9206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 56.75%
G = 9.82%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9206D (or 0xB9206D) is known color: Medium Violet Red. HEX triplet: B9, 20 and 6D. RGB value is (185,32,109). Sum of RGB (Red+Green+Blue) = 185+32+109=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9206D is #46DF92. Grayscale: #565656. Windows color (decimal): -4644755 or 7151801. OLE color: 7151801.

HSL color Cylindrical-coordinate representation of color #B9206D: hue angle of 329.8º 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 #B9206D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 109 -
CMYK 0 0.83 0.41 0.27
HSL 329.8º 0.71% 0.43% -
HSV(B) 329.8º 0.83% 0.73% -
XYZ 23.28 12.45 15.64 -
YUV 86.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 185 32 109 0 0.83 0.41 0.27 329.8 0.71 0.43
Hex B9 20 6D 0 53 29 1B 14A 47 2B
Octal 271 40 155 0 123 51 33 512 107 53
Binary 10111001 100000 1101101 0 1010011 101001 11011 101001010 1000111 101011

Color Harmonies of #B9206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9206D

Black with #B9206D

Text Example


Text Example

White with #B9206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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