Html Css Color HEX #BF2875 Medium Red Violet

📋 copy color: '#BF2875'

red 191 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #BF2875

Tints of Medium Red Violet #BF2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 54.89%
G = 11.49%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2875 (or 0xBF2875) is known color: Medium Red Violet. HEX triplet: BF, 28 and 75. RGB value is (191,40,117). Sum of RGB (Red+Green+Blue) = 191+40+117=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2875 is #40D78A. Grayscale: #5D5D5D. Windows color (decimal): -4249483 or 7678143. OLE color: 7678143.

HSL color Cylindrical-coordinate representation of color #BF2875: hue angle of 329.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2875 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 117 -
CMYK 0 0.79 0.39 0.25
HSL 329.4º 0.65% 0.45% -
HSV(B) 329.4º 0.79% 0.75% -
XYZ 25.46 13.88 18.17 -
YUV 93.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 191 40 117 0 0.79 0.39 0.25 329.4 0.65 0.45
Hex BF 28 75 0 4F 27 19 149 41 2D
Octal 277 50 165 0 117 47 31 511 101 55
Binary 10111111 101000 1110101 0 1001111 100111 11001 101001001 1000001 101101

Color Harmonies of #BF2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2875

Black with #BF2875

Text Example


Text Example

White with #BF2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2875; }

 p { color: rgb(191,40,117); }

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

background-color css

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

 a { background-color: rgb(191,40,117); }

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

border-color css

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

 span { border-color: rgb(191,40,117); }

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