Html Css Color HEX #B9347F Medium Red Violet

📋 copy color: '#B9347F'

red 185 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #B9347F

Tints of Medium Red Violet #B9347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 50.82%
G = 14.29%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9347F (or 0xB9347F) is known color: Medium Red Violet. HEX triplet: B9, 34 and 7F. RGB value is (185,52,127). Sum of RGB (Red+Green+Blue) = 185+52+127=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347F is #46CB80. Grayscale: #646464. Windows color (decimal): -4639617 or 8336569. OLE color: 8336569.

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

Color convert

RGB 185 52 127 -
CMYK 0 0.72 0.31 0.27
HSL 326.17º 0.56% 0.46% -
HSV(B) 326.17º 0.72% 0.73% -
XYZ 25.07 14.3 21.52 -
YUV 100.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 185 52 127 0 0.72 0.31 0.27 326.17 0.56 0.46
Hex B9 34 7F 0 48 1F 1B 146 38 2E
Octal 271 64 177 0 110 37 33 506 70 56
Binary 10111001 110100 1111111 0 1001000 11111 11011 101000110 111000 101110

Color Harmonies of #B9347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9347F

Black with #B9347F

Text Example


Text Example

White with #B9347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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