Html Css Color HEX #BF3679 Medium Red Violet

📋 copy color: '#BF3679'

red 191 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #BF3679

Tints of Medium Red Violet #BF3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 52.19%
G = 14.75%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF3679 (or 0xBF3679) is known color: Medium Red Violet. HEX triplet: BF, 36 and 79. RGB value is (191,54,121). Sum of RGB (Red+Green+Blue) = 191+54+121=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3679 is #40C986. Grayscale: #666666. Windows color (decimal): -4245895 or 7943871. OLE color: 7943871.

HSL color Cylindrical-coordinate representation of color #BF3679: hue angle of 330.66º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3679 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 121 -
CMYK 0 0.72 0.37 0.25
HSL 330.66º 0.56% 0.48% -
HSV(B) 330.66º 0.72% 0.75% -
XYZ 26.26 15.1 19.62 -
YUV 102.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 191 54 121 0 0.72 0.37 0.25 330.66 0.56 0.48
Hex BF 36 79 0 48 25 19 14B 38 30
Octal 277 66 171 0 110 45 31 513 70 60
Binary 10111111 110110 1111001 0 1001000 100101 11001 101001011 111000 110000

Color Harmonies of #BF3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3679

Black with #BF3679

Text Example


Text Example

White with #BF3679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3679; }

 p { color: rgb(191,54,121); }

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

background-color css

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

 a { background-color: rgb(191,54,121); }

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

border-color css

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

 span { border-color: rgb(191,54,121); }

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