Html Css Color HEX #BF1484 Medium Violet Red

📋 copy color: '#BF1484'

red 191 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #BF1484

Tints of Medium Violet Red #BF1484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 55.69%
G = 5.83%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF1484 (or 0xBF1484) is known color: Medium Violet Red. HEX triplet: BF, 14 and 84. RGB value is (191,20,132). Sum of RGB (Red+Green+Blue) = 191+20+132=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1484 is #40EB7B. Grayscale: #535353. Windows color (decimal): -4254588 or 8656063. OLE color: 8656063.

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

Color convert

RGB 191 20 132 -
CMYK 0 0.90 0.31 0.25
HSL 320.7º 0.81% 0.41% -
HSV(B) 320.7º 0.9% 0.75% -
XYZ 25.9 13.24 23.02 -
YUV 83.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 191 20 132 0 0.90 0.31 0.25 320.7 0.81 0.41
Hex BF 14 84 0 5A 1F 19 141 51 29
Octal 277 24 204 0 132 37 31 501 121 51
Binary 10111111 10100 10000100 0 1011010 11111 11001 101000001 1010001 101001

Color Harmonies of #BF1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1484

Black with #BF1484

Text Example


Text Example

White with #BF1484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1484; }

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

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

background-color css

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

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

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

border-color css

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

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

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