Html Css Color HEX #BF348C Medium Red Violet

📋 copy color: '#BF348C'

red 191 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #BF348C

Tints of Medium Red Violet #BF348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 49.87%
G = 13.58%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF348C (or 0xBF348C) is known color: Medium Red Violet. HEX triplet: BF, 34 and 8C. RGB value is (191,52,140). Sum of RGB (Red+Green+Blue) = 191+52+140=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348C is #40CB73. Grayscale: #676767. Windows color (decimal): -4246388 or 9188543. OLE color: 9188543.

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

Color convert

RGB 191 52 140 -
CMYK 0 0.73 0.27 0.25
HSL 322.01º 0.57% 0.48% -
HSV(B) 322.01º 0.73% 0.75% -
XYZ 27.45 15.43 26.34 -
YUV 103.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 191 52 140 0 0.73 0.27 0.25 322.01 0.57 0.48
Hex BF 34 8C 0 49 1B 19 142 39 30
Octal 277 64 214 0 111 33 31 502 71 60
Binary 10111111 110100 10001100 0 1001001 11011 11001 101000010 111001 110000

Color Harmonies of #BF348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF348C

Black with #BF348C

Text Example


Text Example

White with #BF348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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