Html Css Color HEX #BF2493 Medium Red Violet

📋 copy color: '#BF2493'

red 191 ◦ green 36 ◦ blue 147

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

Shades of Medium Red Violet #BF2493

Tints of Medium Red Violet #BF2493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 51.07%
G = 9.63%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF2493 (or 0xBF2493) is known color: Medium Red Violet. HEX triplet: BF, 24 and 93. RGB value is (191,36,147). Sum of RGB (Red+Green+Blue) = 191+36+147=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2493 is #40DB6C. Grayscale: #5E5E5E. Windows color (decimal): -4250477 or 9643199. OLE color: 9643199.

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

Color convert

RGB 191 36 147 -
CMYK 0 0.81 0.23 0.25
HSL 317.03º 0.68% 0.45% -
HSV(B) 317.03º 0.81% 0.75% -
XYZ 27.38 14.44 28.95 -
YUV 95 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 191 36 147 0 0.81 0.23 0.25 317.03 0.68 0.45
Hex BF 24 93 0 51 17 19 13D 44 2D
Octal 277 44 223 0 121 27 31 475 104 55
Binary 10111111 100100 10010011 0 1010001 10111 11001 100111101 1000100 101101

Color Harmonies of #BF2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2493

Black with #BF2493

Text Example


Text Example

White with #BF2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2493; }

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

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

background-color css

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

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

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

border-color css

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

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

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