Html Css Color HEX #BF348E Medium Red Violet

📋 copy color: '#BF348E'

red 191 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #BF348E

Tints of Medium Red Violet #BF348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 49.61%
G = 13.51%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF348E (or 0xBF348E) is known color: Medium Red Violet. HEX triplet: BF, 34 and 8E. RGB value is (191,52,142). Sum of RGB (Red+Green+Blue) = 191+52+142=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348E is #40CB71. Grayscale: #676767. Windows color (decimal): -4246386 or 9319615. OLE color: 9319615.

HSL color Cylindrical-coordinate representation of color #BF348E: hue angle of 321.15º 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 #BF348E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 142 -
CMYK 0 0.73 0.26 0.25
HSL 321.15º 0.57% 0.48% -
HSV(B) 321.15º 0.73% 0.75% -
XYZ 27.6 15.49 27.13 -
YUV 103.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 191 52 142 0 0.73 0.26 0.25 321.15 0.57 0.48
Hex BF 34 8E 0 49 1A 19 141 39 30
Octal 277 64 216 0 111 32 31 501 71 60
Binary 10111111 110100 10001110 0 1001001 11010 11001 101000001 111001 110000

Color Harmonies of #BF348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF348E

Black with #BF348E

Text Example


Text Example

White with #BF348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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