Html Css Color HEX #BF0582 Medium Violet Red

📋 copy color: '#BF0582'

red 191 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #BF0582

Tints of Medium Violet Red #BF0582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 58.59%
G = 1.53%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF0582 (or 0xBF0582) is known color: Medium Violet Red. HEX triplet: BF, 05 and 82. RGB value is (191,5,130). Sum of RGB (Red+Green+Blue) = 191+5+130=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0582 is #40FA7D. Grayscale: #4A4A4A. Windows color (decimal): -4258430 or 8521151. OLE color: 8521151.

HSL color Cylindrical-coordinate representation of color #BF0582: hue angle of 319.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0582 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 130 -
CMYK 0 0.97 0.32 0.25
HSL 319.68º 0.95% 0.38% -
HSV(B) 319.68º 0.97% 0.75% -
XYZ 25.57 12.8 22.24 -
YUV 74.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 191 5 130 0 0.97 0.32 0.25 319.68 0.95 0.38
Hex BF 5 82 0 61 20 19 140 5F 26
Octal 277 5 202 0 141 40 31 500 137 46
Binary 10111111 101 10000010 0 1100001 100000 11001 101000000 1011111 100110

Color Harmonies of #BF0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0582

Black with #BF0582

Text Example


Text Example

White with #BF0582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0582; }

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

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

background-color css

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

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

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

border-color css

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

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

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