Html Css Color HEX #BF1376 Medium Violet Red

📋 copy color: '#BF1376'

red 191 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #BF1376

Tints of Medium Violet Red #BF1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 58.23%
G = 5.79%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF1376 (or 0xBF1376) is known color: Medium Violet Red. HEX triplet: BF, 13 and 76. RGB value is (191,19,118). Sum of RGB (Red+Green+Blue) = 191+19+118=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1376 is #40EC89. Grayscale: #515151. Windows color (decimal): -4254858 or 7738303. OLE color: 7738303.

HSL color Cylindrical-coordinate representation of color #BF1376: hue angle of 325.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1376 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 118 -
CMYK 0 0.90 0.38 0.25
HSL 325.47º 0.82% 0.41% -
HSV(B) 325.47º 0.9% 0.75% -
XYZ 24.99 12.85 18.3 -
YUV 81.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 191 19 118 0 0.90 0.38 0.25 325.47 0.82 0.41
Hex BF 13 76 0 5A 26 19 145 52 29
Octal 277 23 166 0 132 46 31 505 122 51
Binary 10111111 10011 1110110 0 1011010 100110 11001 101000101 1010010 101001

Color Harmonies of #BF1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1376

Black with #BF1376

Text Example


Text Example

White with #BF1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1376; }

 p { color: rgb(191,19,118); }

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

background-color css

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

 a { background-color: rgb(191,19,118); }

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

border-color css

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

 span { border-color: rgb(191,19,118); }

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