Html Css Color HEX #BF2498 Medium Violet Red

📋 copy color: '#BF2498'

red 191 ◦ green 36 ◦ blue 152

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

Shades of Medium Violet Red #BF2498

Tints of Medium Violet Red #BF2498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 50.4%
G = 9.5%
B = 40.11%

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

#BF2498 (or 0xBF2498) is known color: Medium Violet Red. HEX triplet: BF, 24 and 98. RGB value is (191,36,152). Sum of RGB (Red+Green+Blue) = 191+36+152=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2498 is #40DB67. Grayscale: #5F5F5F. Windows color (decimal): -4250472 or 9970879. OLE color: 9970879.

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

Color convert

RGB 191 36 152 -
CMYK 0 0.81 0.20 0.25
HSL 315.1º 0.68% 0.45% -
HSV(B) 315.1º 0.81% 0.75% -
XYZ 27.78 14.61 31.06 -
YUV 95.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 191 36 152 0 0.81 0.20 0.25 315.1 0.68 0.45
Hex BF 24 98 0 51 14 19 13B 44 2D
Octal 277 44 230 0 121 24 31 473 104 55
Binary 10111111 100100 10011000 0 1010001 10100 11001 100111011 1000100 101101

Color Harmonies of #BF2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2498

Black with #BF2498

Text Example


Text Example

White with #BF2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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