Html Css Color HEX #BF2479 Medium Red Violet

📋 copy color: '#BF2479'

red 191 ◦ green 36 ◦ blue 121

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

Shades of Medium Red Violet #BF2479

Tints of Medium Red Violet #BF2479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 54.89%
G = 10.34%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF2479 (or 0xBF2479) is known color: Medium Red Violet. HEX triplet: BF, 24 and 79. RGB value is (191,36,121). Sum of RGB (Red+Green+Blue) = 191+36+121=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2479 is #40DB86. Grayscale: #5B5B5B. Windows color (decimal): -4250503 or 7939263. OLE color: 7939263.

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

Color convert

RGB 191 36 121 -
CMYK 0 0.81 0.37 0.25
HSL 327.1º 0.68% 0.45% -
HSV(B) 327.1º 0.81% 0.75% -
XYZ 25.57 13.72 19.39 -
YUV 92.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 191 36 121 0 0.81 0.37 0.25 327.1 0.68 0.45
Hex BF 24 79 0 51 25 19 147 44 2D
Octal 277 44 171 0 121 45 31 507 104 55
Binary 10111111 100100 1111001 0 1010001 100101 11001 101000111 1000100 101101

Color Harmonies of #BF2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2479

Black with #BF2479

Text Example


Text Example

White with #BF2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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