Html Css Color HEX #BF2574 Medium Red Violet

📋 copy color: '#BF2574'

red 191 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #BF2574

Tints of Medium Red Violet #BF2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 55.52%
G = 10.76%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2574 (or 0xBF2574) is known color: Medium Red Violet. HEX triplet: BF, 25 and 74. RGB value is (191,37,116). Sum of RGB (Red+Green+Blue) = 191+37+116=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2574 is #40DA8B. Grayscale: #5B5B5B. Windows color (decimal): -4250252 or 7611839. OLE color: 7611839.

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

Color convert

RGB 191 37 116 -
CMYK 0 0.81 0.39 0.25
HSL 329.22º 0.68% 0.45% -
HSV(B) 329.22º 0.81% 0.75% -
XYZ 25.3 13.66 17.83 -
YUV 92.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 191 37 116 0 0.81 0.39 0.25 329.22 0.68 0.45
Hex BF 25 74 0 51 27 19 149 44 2D
Octal 277 45 164 0 121 47 31 511 104 55
Binary 10111111 100101 1110100 0 1010001 100111 11001 101001001 1000100 101101

Color Harmonies of #BF2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2574

Black with #BF2574

Text Example


Text Example

White with #BF2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2574; }

 p { color: rgb(191,37,116); }

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

background-color css

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

 a { background-color: rgb(191,37,116); }

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

border-color css

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

 span { border-color: rgb(191,37,116); }

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