Html Css Color HEX #BF347E Medium Red Violet

📋 copy color: '#BF347E'

red 191 ◦ green 52 ◦ blue 126

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

Shades of Medium Red Violet #BF347E

Tints of Medium Red Violet #BF347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 51.76%
G = 14.09%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF347E (or 0xBF347E) is known color: Medium Red Violet. HEX triplet: BF, 34 and 7E. RGB value is (191,52,126). Sum of RGB (Red+Green+Blue) = 191+52+126=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF347E is #40CB81. Grayscale: #656565. Windows color (decimal): -4246402 or 8271039. OLE color: 8271039.

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

Color convert

RGB 191 52 126 -
CMYK 0 0.73 0.34 0.25
HSL 328.06º 0.57% 0.48% -
HSV(B) 328.06º 0.73% 0.75% -
XYZ 26.48 15.04 21.25 -
YUV 102 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 191 52 126 0 0.73 0.34 0.25 328.06 0.57 0.48
Hex BF 34 7E 0 49 22 19 148 39 30
Octal 277 64 176 0 111 42 31 510 71 60
Binary 10111111 110100 1111110 0 1001001 100010 11001 101001000 111001 110000

Color Harmonies of #BF347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF347E

Black with #BF347E

Text Example


Text Example

White with #BF347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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