Html Css Color HEX #B9208C Medium Violet Red

📋 copy color: '#B9208C'

red 185 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #B9208C

Tints of Medium Violet Red #B9208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 51.82%
G = 8.96%
B = 39.22%

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

#B9208C (or 0xB9208C) is known color: Medium Violet Red. HEX triplet: B9, 20 and 8C. RGB value is (185,32,140). Sum of RGB (Red+Green+Blue) = 185+32+140=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9208C is #46DF73. Grayscale: #595959. Windows color (decimal): -4644724 or 9183417. OLE color: 9183417.

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

Color convert

RGB 185 32 140 -
CMYK 0 0.83 0.24 0.27
HSL 317.65º 0.71% 0.43% -
HSV(B) 317.65º 0.83% 0.73% -
XYZ 25.26 13.24 26.04 -
YUV 90.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 185 32 140 0 0.83 0.24 0.27 317.65 0.71 0.43
Hex B9 20 8C 0 53 18 1B 13E 47 2B
Octal 271 40 214 0 123 30 33 476 107 53
Binary 10111001 100000 10001100 0 1010011 11000 11011 100111110 1000111 101011

Color Harmonies of #B9208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9208C

Black with #B9208C

Text Example


Text Example

White with #B9208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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