Html Css Color HEX #BF2482 Medium Red Violet

📋 copy color: '#BF2482'

red 191 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #BF2482

Tints of Medium Red Violet #BF2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

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

R = 53.5%
G = 10.08%
B = 36.41%

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

#BF2482 (or 0xBF2482) is known color: Medium Red Violet. HEX triplet: BF, 24 and 82. RGB value is (191,36,130). Sum of RGB (Red+Green+Blue) = 191+36+130=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2482 is #40DB7D. Grayscale: #5C5C5C. Windows color (decimal): -4250494 or 8529087. OLE color: 8529087.

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

Color convert

RGB 191 36 130 -
CMYK 0 0.81 0.32 0.25
HSL 323.61º 0.68% 0.45% -
HSV(B) 323.61º 0.81% 0.75% -
XYZ 26.15 13.95 22.43 -
YUV 93.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 191 36 130 0 0.81 0.32 0.25 323.61 0.68 0.45
Hex BF 24 82 0 51 20 19 144 44 2D
Octal 277 44 202 0 121 40 31 504 104 55
Binary 10111111 100100 10000010 0 1010001 100000 11001 101000100 1000100 101101

Color Harmonies of #BF2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2482

Black with #BF2482

Text Example


Text Example

White with #BF2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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