Html Css Color HEX #BF348F Medium Red Violet

📋 copy color: '#BF348F'

red 191 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #BF348F

Tints of Medium Red Violet #BF348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 49.48%
G = 13.47%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF348F (or 0xBF348F) is known color: Medium Red Violet. HEX triplet: BF, 34 and 8F. RGB value is (191,52,143). Sum of RGB (Red+Green+Blue) = 191+52+143=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348F is #40CB70. Grayscale: #676767. Windows color (decimal): -4246385 or 9385151. OLE color: 9385151.

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

Color convert

RGB 191 52 143 -
CMYK 0 0.73 0.25 0.25
HSL 320.72º 0.57% 0.48% -
HSV(B) 320.72º 0.73% 0.75% -
XYZ 27.67 15.52 27.52 -
YUV 103.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 191 52 143 0 0.73 0.25 0.25 320.72 0.57 0.48
Hex BF 34 8F 0 49 19 19 141 39 30
Octal 277 64 217 0 111 31 31 501 71 60
Binary 10111111 110100 10001111 0 1001001 11001 11001 101000001 111001 110000

Color Harmonies of #BF348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF348F

Black with #BF348F

Text Example


Text Example

White with #BF348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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