Html Css Color HEX #B9206E Medium Violet Red

📋 copy color: '#B9206E'

red 185 ◦ green 32 ◦ blue 110

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

Shades of Medium Violet Red #B9206E

Tints of Medium Violet Red #B9206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 56.57%
G = 9.79%
B = 33.64%

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

#B9206E (or 0xB9206E) is known color: Medium Violet Red. HEX triplet: B9, 20 and 6E. RGB value is (185,32,110). Sum of RGB (Red+Green+Blue) = 185+32+110=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9206E is #46DF91. Grayscale: #565656. Windows color (decimal): -4644754 or 7217337. OLE color: 7217337.

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

Color convert

RGB 185 32 110 -
CMYK 0 0.83 0.41 0.27
HSL 329.41º 0.71% 0.43% -
HSV(B) 329.41º 0.83% 0.73% -
XYZ 23.34 12.47 15.93 -
YUV 86.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 185 32 110 0 0.83 0.41 0.27 329.41 0.71 0.43
Hex B9 20 6E 0 53 29 1B 149 47 2B
Octal 271 40 156 0 123 51 33 511 107 53
Binary 10111001 100000 1101110 0 1010011 101001 11011 101001001 1000111 101011

Color Harmonies of #B9206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9206E

Black with #B9206E

Text Example


Text Example

White with #B9206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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