Html Css Color HEX #BF298F Medium Red Violet

📋 copy color: '#BF298F'

red 191 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #BF298F

Tints of Medium Red Violet #BF298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

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

R = 50.93%
G = 10.93%
B = 38.13%

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

#BF298F (or 0xBF298F) is known color: Medium Red Violet. HEX triplet: BF, 29 and 8F. RGB value is (191,41,143). Sum of RGB (Red+Green+Blue) = 191+41+143=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF298F is #40D670. Grayscale: #616161. Windows color (decimal): -4249201 or 9382335. OLE color: 9382335.

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

Color convert

RGB 191 41 143 -
CMYK 0 0.79 0.25 0.25
HSL 319.2º 0.65% 0.45% -
HSV(B) 319.2º 0.79% 0.75% -
XYZ 27.24 14.65 27.38 -
YUV 97.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 191 41 143 0 0.79 0.25 0.25 319.2 0.65 0.45
Hex BF 29 8F 0 4F 19 19 13F 41 2D
Octal 277 51 217 0 117 31 31 477 101 55
Binary 10111111 101001 10001111 0 1001111 11001 11001 100111111 1000001 101101

Color Harmonies of #BF298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF298F

Black with #BF298F

Text Example


Text Example

White with #BF298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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