Html Css Color HEX #B9207F Medium Violet Red

📋 copy color: '#B9207F'

red 185 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #B9207F

Tints of Medium Violet Red #B9207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 53.78%
G = 9.3%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9207F (or 0xB9207F) is known color: Medium Violet Red. HEX triplet: B9, 20 and 7F. RGB value is (185,32,127). Sum of RGB (Red+Green+Blue) = 185+32+127=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9207F is #46DF80. Grayscale: #585858. Windows color (decimal): -4644737 or 8331449. OLE color: 8331449.

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

Color convert

RGB 185 32 127 -
CMYK 0 0.83 0.31 0.27
HSL 322.75º 0.71% 0.43% -
HSV(B) 322.75º 0.83% 0.73% -
XYZ 24.35 12.88 21.28 -
YUV 88.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 185 32 127 0 0.83 0.31 0.27 322.75 0.71 0.43
Hex B9 20 7F 0 53 1F 1B 143 47 2B
Octal 271 40 177 0 123 37 33 503 107 53
Binary 10111001 100000 1111111 0 1010011 11111 11011 101000011 1000111 101011

Color Harmonies of #B9207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9207F

Black with #B9207F

Text Example


Text Example

White with #B9207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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