Html Css Color HEX #B9367C Medium Red Violet

📋 copy color: '#B9367C'

red 185 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #B9367C

Tints of Medium Red Violet #B9367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 50.96%
G = 14.88%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9367C (or 0xB9367C) is known color: Medium Red Violet. HEX triplet: B9, 36 and 7C. RGB value is (185,54,124). Sum of RGB (Red+Green+Blue) = 185+54+124=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9367C is #46C983. Grayscale: #656565. Windows color (decimal): -4639108 or 8140473. OLE color: 8140473.

HSL color Cylindrical-coordinate representation of color #B9367C: hue angle of 327.94º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9367C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 124 -
CMYK 0 0.71 0.33 0.27
HSL 327.94º 0.55% 0.47% -
HSV(B) 327.94º 0.71% 0.73% -
XYZ 24.96 14.41 20.53 -
YUV 101.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 185 54 124 0 0.71 0.33 0.27 327.94 0.55 0.47
Hex B9 36 7C 0 47 21 1B 148 37 2F
Octal 271 66 174 0 107 41 33 510 67 57
Binary 10111001 110110 1111100 0 1000111 100001 11011 101001000 110111 101111

Color Harmonies of #B9367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9367C

Black with #B9367C

Text Example


Text Example

White with #B9367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9367C; }

 p { color: rgb(185,54,124); }

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

background-color css

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

 a { background-color: rgb(185,54,124); }

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

border-color css

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

 span { border-color: rgb(185,54,124); }

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