Html Css Color HEX #BF297B Medium Red Violet

📋 copy color: '#BF297B'

red 191 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #BF297B

Tints of Medium Red Violet #BF297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 53.8%
G = 11.55%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF297B (or 0xBF297B) is known color: Medium Red Violet. HEX triplet: BF, 29 and 7B. RGB value is (191,41,123). Sum of RGB (Red+Green+Blue) = 191+41+123=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF297B is #40D684. Grayscale: #5F5F5F. Windows color (decimal): -4249221 or 8071615. OLE color: 8071615.

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

Color convert

RGB 191 41 123 -
CMYK 0 0.79 0.36 0.25
HSL 327.2º 0.65% 0.45% -
HSV(B) 327.2º 0.79% 0.75% -
XYZ 25.85 14.09 20.1 -
YUV 95.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 191 41 123 0 0.79 0.36 0.25 327.2 0.65 0.45
Hex BF 29 7B 0 4F 24 19 147 41 2D
Octal 277 51 173 0 117 44 31 507 101 55
Binary 10111111 101001 1111011 0 1001111 100100 11001 101000111 1000001 101101

Color Harmonies of #BF297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF297B

Black with #BF297B

Text Example


Text Example

White with #BF297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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