Html Css Color HEX #BF2570 Medium Red Violet

📋 copy color: '#BF2570'

red 191 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #BF2570

Tints of Medium Red Violet #BF2570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 56.18%
G = 10.88%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF2570 (or 0xBF2570) is known color: Medium Red Violet. HEX triplet: BF, 25 and 70. RGB value is (191,37,112). Sum of RGB (Red+Green+Blue) = 191+37+112=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2570 is #40DA8F. Grayscale: #5B5B5B. Windows color (decimal): -4250256 or 7349695. OLE color: 7349695.

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

Color convert

RGB 191 37 112 -
CMYK 0 0.81 0.41 0.25
HSL 330.78º 0.68% 0.45% -
HSV(B) 330.78º 0.81% 0.75% -
XYZ 25.07 13.57 16.63 -
YUV 91.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 191 37 112 0 0.81 0.41 0.25 330.78 0.68 0.45
Hex BF 25 70 0 51 29 19 14B 44 2D
Octal 277 45 160 0 121 51 31 513 104 55
Binary 10111111 100101 1110000 0 1010001 101001 11001 101001011 1000100 101101

Color Harmonies of #BF2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2570

Black with #BF2570

Text Example


Text Example

White with #BF2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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