Html Css Color HEX #BF347A Medium Red Violet

📋 copy color: '#BF347A'

red 191 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #BF347A

Tints of Medium Red Violet #BF347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 52.33%
G = 14.25%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF347A (or 0xBF347A) is known color: Medium Red Violet. HEX triplet: BF, 34 and 7A. RGB value is (191,52,122). Sum of RGB (Red+Green+Blue) = 191+52+122=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF347A is #40CB85. Grayscale: #656565. Windows color (decimal): -4246406 or 8008895. OLE color: 8008895.

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

Color convert

RGB 191 52 122 -
CMYK 0 0.73 0.36 0.25
HSL 329.78º 0.57% 0.48% -
HSV(B) 329.78º 0.73% 0.75% -
XYZ 26.23 14.94 19.91 -
YUV 101.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 191 52 122 0 0.73 0.36 0.25 329.78 0.57 0.48
Hex BF 34 7A 0 49 24 19 14A 39 30
Octal 277 64 172 0 111 44 31 512 71 60
Binary 10111111 110100 1111010 0 1001001 100100 11001 101001010 111001 110000

Color Harmonies of #BF347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF347A

Black with #BF347A

Text Example


Text Example

White with #BF347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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