Html Css Color HEX #B9337D Medium Red Violet

📋 copy color: '#B9337D'

red 185 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B9337D

Tints of Medium Red Violet #B9337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

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

R = 51.25%
G = 14.13%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9337D (or 0xB9337D) is known color: Medium Red Violet. HEX triplet: B9, 33 and 7D. RGB value is (185,51,125). Sum of RGB (Red+Green+Blue) = 185+51+125=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9337D is #46CC82. Grayscale: #636363. Windows color (decimal): -4639875 or 8205241. OLE color: 8205241.

HSL color Cylindrical-coordinate representation of color #B9337D: hue angle of 326.87º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9337D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 125 -
CMYK 0 0.72 0.32 0.27
HSL 326.87º 0.57% 0.46% -
HSV(B) 326.87º 0.72% 0.73% -
XYZ 24.89 14.16 20.82 -
YUV 99.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 185 51 125 0 0.72 0.32 0.27 326.87 0.57 0.46
Hex B9 33 7D 0 48 20 1B 147 39 2E
Octal 271 63 175 0 110 40 33 507 71 56
Binary 10111001 110011 1111101 0 1001000 100000 11011 101000111 111001 101110

Color Harmonies of #B9337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9337D

Black with #B9337D

Text Example


Text Example

White with #B9337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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