Html Css Color HEX #B9209B Medium Violet Red

📋 copy color: '#B9209B'

red 185 ◦ green 32 ◦ blue 155

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

Shades of Medium Violet Red #B9209B

Tints of Medium Violet Red #B9209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 49.73%
G = 8.6%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9209B (or 0xB9209B) is known color: Medium Violet Red. HEX triplet: B9, 20 and 9B. RGB value is (185,32,155). Sum of RGB (Red+Green+Blue) = 185+32+155=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9209B is #46DF64. Grayscale: #5B5B5B. Windows color (decimal): -4644709 or 10166457. OLE color: 10166457.

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

Color convert

RGB 185 32 155 -
CMYK 0 0.83 0.16 0.27
HSL 311.76º 0.71% 0.43% -
HSV(B) 311.76º 0.83% 0.73% -
XYZ 26.44 13.71 32.26 -
YUV 91.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 185 32 155 0 0.83 0.16 0.27 311.76 0.71 0.43
Hex B9 20 9B 0 53 10 1B 138 47 2B
Octal 271 40 233 0 123 20 33 470 107 53
Binary 10111001 100000 10011011 0 1010011 10000 11011 100111000 1000111 101011

Color Harmonies of #B9209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9209B

Black with #B9209B

Text Example


Text Example

White with #B9209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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