Html Css Color HEX #BF2679 Medium Red Violet

📋 copy color: '#BF2679'

red 191 ◦ green 38 ◦ blue 121

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

Shades of Medium Red Violet #BF2679

Tints of Medium Red Violet #BF2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

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

R = 54.57%
G = 10.86%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF2679 (or 0xBF2679) is known color: Medium Red Violet. HEX triplet: BF, 26 and 79. RGB value is (191,38,121). Sum of RGB (Red+Green+Blue) = 191+38+121=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2679 is #40D986. Grayscale: #5D5D5D. Windows color (decimal): -4249991 or 7939775. OLE color: 7939775.

HSL color Cylindrical-coordinate representation of color #BF2679: hue angle of 327.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2679 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 121 -
CMYK 0 0.80 0.37 0.25
HSL 327.45º 0.67% 0.45% -
HSV(B) 327.45º 0.8% 0.75% -
XYZ 25.63 13.84 19.41 -
YUV 93.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 191 38 121 0 0.80 0.37 0.25 327.45 0.67 0.45
Hex BF 26 79 0 50 25 19 147 43 2D
Octal 277 46 171 0 120 45 31 507 103 55
Binary 10111111 100110 1111001 0 1010000 100101 11001 101000111 1000011 101101

Color Harmonies of #BF2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2679

Black with #BF2679

Text Example


Text Example

White with #BF2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2679; }

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

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

background-color css

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

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

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

border-color css

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

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

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