Html Css Color HEX #B9209A Medium Violet Red

📋 copy color: '#B9209A'

red 185 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #B9209A

Tints of Medium Violet Red #B9209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 49.87%
G = 8.63%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9209A (or 0xB9209A) is known color: Medium Violet Red. HEX triplet: B9, 20 and 9A. RGB value is (185,32,154). Sum of RGB (Red+Green+Blue) = 185+32+154=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9209A is #46DF65. Grayscale: #5B5B5B. Windows color (decimal): -4644710 or 10100921. OLE color: 10100921.

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

Color convert

RGB 185 32 154 -
CMYK 0 0.83 0.17 0.27
HSL 312.16º 0.71% 0.43% -
HSV(B) 312.16º 0.83% 0.73% -
XYZ 26.36 13.68 31.82 -
YUV 91.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 185 32 154 0 0.83 0.17 0.27 312.16 0.71 0.43
Hex B9 20 9A 0 53 11 1B 138 47 2B
Octal 271 40 232 0 123 21 33 470 107 53
Binary 10111001 100000 10011010 0 1010011 10001 11011 100111000 1000111 101011

Color Harmonies of #B9209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9209A

Black with #B9209A

Text Example


Text Example

White with #B9209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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