Html Css Color HEX #BF1279 Medium Violet Red

📋 copy color: '#BF1279'

red 191 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #BF1279

Tints of Medium Violet Red #BF1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

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

R = 57.88%
G = 5.45%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1279 (or 0xBF1279) is known color: Medium Violet Red. HEX triplet: BF, 12 and 79. RGB value is (191,18,121). Sum of RGB (Red+Green+Blue) = 191+18+121=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1279 is #40ED86. Grayscale: #515151. Windows color (decimal): -4255111 or 7934655. OLE color: 7934655.

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

Color convert

RGB 191 18 121 -
CMYK 0 0.91 0.37 0.25
HSL 324.28º 0.83% 0.41% -
HSV(B) 324.28º 0.91% 0.75% -
XYZ 25.15 12.89 19.25 -
YUV 81.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 191 18 121 0 0.91 0.37 0.25 324.28 0.83 0.41
Hex BF 12 79 0 5B 25 19 144 53 29
Octal 277 22 171 0 133 45 31 504 123 51
Binary 10111111 10010 1111001 0 1011011 100101 11001 101000100 1010011 101001

Color Harmonies of #BF1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1279

Black with #BF1279

Text Example


Text Example

White with #BF1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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