Html Css Color HEX #BF1482 Medium Violet Red

📋 copy color: '#BF1482'

red 191 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #BF1482

Tints of Medium Violet Red #BF1482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 56.01%
G = 5.87%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF1482 (or 0xBF1482) is known color: Medium Violet Red. HEX triplet: BF, 14 and 82. RGB value is (191,20,130). Sum of RGB (Red+Green+Blue) = 191+20+130=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1482 is #40EB7D. Grayscale: #535353. Windows color (decimal): -4254590 or 8524991. OLE color: 8524991.

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

Color convert

RGB 191 20 130 -
CMYK 0 0.90 0.32 0.25
HSL 321.4º 0.81% 0.41% -
HSV(B) 321.4º 0.9% 0.75% -
XYZ 25.77 13.19 22.31 -
YUV 83.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 191 20 130 0 0.90 0.32 0.25 321.4 0.81 0.41
Hex BF 14 82 0 5A 20 19 141 51 29
Octal 277 24 202 0 132 40 31 501 121 51
Binary 10111111 10100 10000010 0 1011010 100000 11001 101000001 1010001 101001

Color Harmonies of #BF1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1482

Black with #BF1482

Text Example


Text Example

White with #BF1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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