Html Css Color HEX #BF2580 Medium Red Violet

📋 copy color: '#BF2580'

red 191 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #BF2580

Tints of Medium Red Violet #BF2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 53.65%
G = 10.39%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF2580 (or 0xBF2580) is known color: Medium Red Violet. HEX triplet: BF, 25 and 80. RGB value is (191,37,128). Sum of RGB (Red+Green+Blue) = 191+37+128=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2580 is #40DA7F. Grayscale: #5D5D5D. Windows color (decimal): -4250240 or 8398271. OLE color: 8398271.

HSL color Cylindrical-coordinate representation of color #BF2580: hue angle of 324.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2580 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 128 -
CMYK 0 0.81 0.33 0.25
HSL 324.55º 0.68% 0.45% -
HSV(B) 324.55º 0.81% 0.75% -
XYZ 26.04 13.96 21.74 -
YUV 93.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 191 37 128 0 0.81 0.33 0.25 324.55 0.68 0.45
Hex BF 25 80 0 51 21 19 145 44 2D
Octal 277 45 200 0 121 41 31 505 104 55
Binary 10111111 100101 10000000 0 1010001 100001 11001 101000101 1000100 101101

Color Harmonies of #BF2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2580

Black with #BF2580

Text Example


Text Example

White with #BF2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2580; }

 p { color: rgb(191,37,128); }

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

background-color css

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

 a { background-color: rgb(191,37,128); }

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

border-color css

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

 span { border-color: rgb(191,37,128); }

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