Html Css Color HEX #BF1184 Medium Violet Red

📋 copy color: '#BF1184'

red 191 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #BF1184

Tints of Medium Violet Red #BF1184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 56.18%
G = 5%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF1184 (or 0xBF1184) is known color: Medium Violet Red. HEX triplet: BF, 11 and 84. RGB value is (191,17,132). Sum of RGB (Red+Green+Blue) = 191+17+132=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1184 is #40EE7B. Grayscale: #515151. Windows color (decimal): -4255356 or 8655295. OLE color: 8655295.

HSL color Cylindrical-coordinate representation of color #BF1184: hue angle of 320.34º degrees, saturation: 0.84, 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 #BF1184 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 132 -
CMYK 0 0.91 0.31 0.25
HSL 320.34º 0.84% 0.41% -
HSV(B) 320.34º 0.91% 0.75% -
XYZ 25.85 13.14 23 -
YUV 82.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 191 17 132 0 0.91 0.31 0.25 320.34 0.84 0.41
Hex BF 11 84 0 5B 1F 19 140 54 29
Octal 277 21 204 0 133 37 31 500 124 51
Binary 10111111 10001 10000100 0 1011011 11111 11001 101000000 1010100 101001

Color Harmonies of #BF1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1184

Black with #BF1184

Text Example


Text Example

White with #BF1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1184; }

 p { color: rgb(191,17,132); }

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

background-color css

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

 a { background-color: rgb(191,17,132); }

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

border-color css

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

 span { border-color: rgb(191,17,132); }

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