Html Css Color HEX #B9347A Medium Red Violet

📋 copy color: '#B9347A'

red 185 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #B9347A

Tints of Medium Red Violet #B9347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 51.53%
G = 14.48%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9347A (or 0xB9347A) is known color: Medium Red Violet. HEX triplet: B9, 34 and 7A. RGB value is (185,52,122). Sum of RGB (Red+Green+Blue) = 185+52+122=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347A is #46CB85. Grayscale: #636363. Windows color (decimal): -4639622 or 8008889. OLE color: 8008889.

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

Color convert

RGB 185 52 122 -
CMYK 0 0.72 0.34 0.27
HSL 328.42º 0.56% 0.46% -
HSV(B) 328.42º 0.72% 0.73% -
XYZ 24.75 14.18 19.84 -
YUV 99.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 185 52 122 0 0.72 0.34 0.27 328.42 0.56 0.46
Hex B9 34 7A 0 48 22 1B 148 38 2E
Octal 271 64 172 0 110 42 33 510 70 56
Binary 10111001 110100 1111010 0 1001000 100010 11011 101001000 111000 101110

Color Harmonies of #B9347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9347A

Black with #B9347A

Text Example


Text Example

White with #B9347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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