Html Css Color HEX #B9207B Medium Violet Red

📋 copy color: '#B9207B'

red 185 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #B9207B

Tints of Medium Violet Red #B9207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 54.41%
G = 9.41%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9207B (or 0xB9207B) is known color: Medium Violet Red. HEX triplet: B9, 20 and 7B. RGB value is (185,32,123). Sum of RGB (Red+Green+Blue) = 185+32+123=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9207B is #46DF84. Grayscale: #575757. Windows color (decimal): -4644741 or 8069305. OLE color: 8069305.

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

Color convert

RGB 185 32 123 -
CMYK 0 0.83 0.34 0.27
HSL 324.31º 0.71% 0.43% -
HSV(B) 324.31º 0.83% 0.73% -
XYZ 24.1 12.78 19.94 -
YUV 88.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 185 32 123 0 0.83 0.34 0.27 324.31 0.71 0.43
Hex B9 20 7B 0 53 22 1B 144 47 2B
Octal 271 40 173 0 123 42 33 504 107 53
Binary 10111001 100000 1111011 0 1010011 100010 11011 101000100 1000111 101011

Color Harmonies of #B9207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9207B

Black with #B9207B

Text Example


Text Example

White with #B9207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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