Html Css Color HEX #BF2582 Medium Red Violet

📋 copy color: '#BF2582'

red 191 ◦ green 37 ◦ blue 130

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

Shades of Medium Red Violet #BF2582

Tints of Medium Red Violet #BF2582

RGB

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

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

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

R = 53.35%
G = 10.34%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF2582 (or 0xBF2582) is known color: Medium Red Violet. HEX triplet: BF, 25 and 82. RGB value is (191,37,130). Sum of RGB (Red+Green+Blue) = 191+37+130=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2582 is #40DA7D. Grayscale: #5D5D5D. Windows color (decimal): -4250238 or 8529343. OLE color: 8529343.

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

Color convert

RGB 191 37 130 -
CMYK 0 0.81 0.32 0.25
HSL 323.77º 0.68% 0.45% -
HSV(B) 323.77º 0.81% 0.75% -
XYZ 26.18 14.01 22.44 -
YUV 93.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 191 37 130 0 0.81 0.32 0.25 323.77 0.68 0.45
Hex BF 25 82 0 51 20 19 144 44 2D
Octal 277 45 202 0 121 40 31 504 104 55
Binary 10111111 100101 10000010 0 1010001 100000 11001 101000100 1000100 101101

Color Harmonies of #BF2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2582

Black with #BF2582

Text Example


Text Example

White with #BF2582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2582; }

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

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

background-color css

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

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

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

border-color css

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

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

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