Html Css Color HEX #B9347C Medium Red Violet

📋 copy color: '#B9347C'

red 185 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #B9347C

Tints of Medium Red Violet #B9347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 51.25%
G = 14.4%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9347C (or 0xB9347C) is known color: Medium Red Violet. HEX triplet: B9, 34 and 7C. RGB value is (185,52,124). Sum of RGB (Red+Green+Blue) = 185+52+124=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347C is #46CB83. Grayscale: #636363. Windows color (decimal): -4639620 or 8139961. OLE color: 8139961.

HSL color Cylindrical-coordinate representation of color #B9347C: hue angle of 327.52º degrees, saturation: 0.56, 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 #B9347C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 124 -
CMYK 0 0.72 0.33 0.27
HSL 327.52º 0.56% 0.46% -
HSV(B) 327.52º 0.72% 0.73% -
XYZ 24.87 14.23 20.5 -
YUV 99.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 185 52 124 0 0.72 0.33 0.27 327.52 0.56 0.46
Hex B9 34 7C 0 48 21 1B 148 38 2E
Octal 271 64 174 0 110 41 33 510 70 56
Binary 10111001 110100 1111100 0 1001000 100001 11011 101001000 111000 101110

Color Harmonies of #B9347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9347C

Black with #B9347C

Text Example


Text Example

White with #B9347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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