Html Css Color HEX #B9367D Medium Red Violet

📋 copy color: '#B9367D'

red 185 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #B9367D

Tints of Medium Red Violet #B9367D

RGB

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

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

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

R = 50.82%
G = 14.84%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9367D (or 0xB9367D) is known color: Medium Red Violet. HEX triplet: B9, 36 and 7D. RGB value is (185,54,125). Sum of RGB (Red+Green+Blue) = 185+54+125=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9367D is #46C982. Grayscale: #656565. Windows color (decimal): -4639107 or 8206009. OLE color: 8206009.

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

Color convert

RGB 185 54 125 -
CMYK 0 0.71 0.32 0.27
HSL 327.48º 0.55% 0.47% -
HSV(B) 327.48º 0.71% 0.73% -
XYZ 25.03 14.43 20.87 -
YUV 101.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 185 54 125 0 0.71 0.32 0.27 327.48 0.55 0.47
Hex B9 36 7D 0 47 20 1B 147 37 2F
Octal 271 66 175 0 107 40 33 507 67 57
Binary 10111001 110110 1111101 0 1000111 100000 11011 101000111 110111 101111

Color Harmonies of #B9367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9367D

Black with #B9367D

Text Example


Text Example

White with #B9367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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