Html Css Color HEX #B9207D Medium Violet Red

📋 copy color: '#B9207D'

red 185 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #B9207D

Tints of Medium Violet Red #B9207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 54.09%
G = 9.36%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9207D (or 0xB9207D) is known color: Medium Violet Red. HEX triplet: B9, 20 and 7D. RGB value is (185,32,125). Sum of RGB (Red+Green+Blue) = 185+32+125=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9207D is #46DF82. Grayscale: #585858. Windows color (decimal): -4644739 or 8200377. OLE color: 8200377.

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

Color convert

RGB 185 32 125 -
CMYK 0 0.83 0.32 0.27
HSL 323.53º 0.71% 0.43% -
HSV(B) 323.53º 0.83% 0.73% -
XYZ 24.23 12.83 20.6 -
YUV 88.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 185 32 125 0 0.83 0.32 0.27 323.53 0.71 0.43
Hex B9 20 7D 0 53 20 1B 144 47 2B
Octal 271 40 175 0 123 40 33 504 107 53
Binary 10111001 100000 1111101 0 1010011 100000 11011 101000100 1000111 101011

Color Harmonies of #B9207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9207D

Black with #B9207D

Text Example


Text Example

White with #B9207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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