Html Css Color HEX #BF288F Medium Red Violet

📋 copy color: '#BF288F'

red 191 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #BF288F

Tints of Medium Red Violet #BF288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 51.07%
G = 10.7%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF288F (or 0xBF288F) is known color: Medium Red Violet. HEX triplet: BF, 28 and 8F. RGB value is (191,40,143). Sum of RGB (Red+Green+Blue) = 191+40+143=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF288F is #40D770. Grayscale: #606060. Windows color (decimal): -4249457 or 9382079. OLE color: 9382079.

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

Color convert

RGB 191 40 143 -
CMYK 0 0.79 0.25 0.25
HSL 319.07º 0.65% 0.45% -
HSV(B) 319.07º 0.79% 0.75% -
XYZ 27.2 14.58 27.37 -
YUV 96.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 191 40 143 0 0.79 0.25 0.25 319.07 0.65 0.45
Hex BF 28 8F 0 4F 19 19 13F 41 2D
Octal 277 50 217 0 117 31 31 477 101 55
Binary 10111111 101000 10001111 0 1001111 11001 11001 100111111 1000001 101101

Color Harmonies of #BF288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF288F

Black with #BF288F

Text Example


Text Example

White with #BF288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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