Html Css Color HEX #BF2499 Medium Violet Red

📋 copy color: '#BF2499'

red 191 ◦ green 36 ◦ blue 153

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

Shades of Medium Violet Red #BF2499

Tints of Medium Violet Red #BF2499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 50.26%
G = 9.47%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF2499 (or 0xBF2499) is known color: Medium Violet Red. HEX triplet: BF, 24 and 99. RGB value is (191,36,153). Sum of RGB (Red+Green+Blue) = 191+36+153=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2499 is #40DB66. Grayscale: #5F5F5F. Windows color (decimal): -4250471 or 10036415. OLE color: 10036415.

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

Color convert

RGB 191 36 153 -
CMYK 0 0.81 0.20 0.25
HSL 314.71º 0.68% 0.45% -
HSV(B) 314.71º 0.81% 0.75% -
XYZ 27.87 14.64 31.49 -
YUV 95.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 191 36 153 0 0.81 0.20 0.25 314.71 0.68 0.45
Hex BF 24 99 0 51 14 19 13B 44 2D
Octal 277 44 231 0 121 24 31 473 104 55
Binary 10111111 100100 10011001 0 1010001 10100 11001 100111011 1000100 101101

Color Harmonies of #BF2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2499

Black with #BF2499

Text Example


Text Example

White with #BF2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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