Html Css Color HEX #BF349C Medium Red Violet

📋 copy color: '#BF349C'

red 191 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #BF349C

Tints of Medium Red Violet #BF349C

RGB

 RED value IS 191 (75% from 255) = 47.87%

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 47.87%
G = 13.03%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF349C (or 0xBF349C) is known color: Medium Red Violet. HEX triplet: BF, 34 and 9C. RGB value is (191,52,156). Sum of RGB (Red+Green+Blue) = 191+52+156=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF349C is #40CB63. Grayscale: #696969. Windows color (decimal): -4246372 or 10237119. OLE color: 10237119.

HSL color Cylindrical-coordinate representation of color #BF349C: hue angle of 315.11º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF349C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 156 -
CMYK 0 0.73 0.18 0.25
HSL 315.11º 0.57% 0.48% -
HSV(B) 315.11º 0.73% 0.75% -
XYZ 28.71 15.93 33.01 -
YUV 105.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 191 52 156 0 0.73 0.18 0.25 315.11 0.57 0.48
Hex BF 34 9C 0 49 12 19 13B 39 30
Octal 277 64 234 0 111 22 31 473 71 60
Binary 10111111 110100 10011100 0 1001001 10010 11001 100111011 111001 110000

Color Harmonies of #BF349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF349C

Black with #BF349C

Text Example


Text Example

White with #BF349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF349C; }

 p { color: rgb(191,52,156); }

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

background-color css

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

 a { background-color: rgb(191,52,156); }

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

border-color css

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

 span { border-color: rgb(191,52,156); }

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