Html Css Color HEX #BF299B Medium Red Violet

📋 copy color: '#BF299B'

red 191 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #BF299B

Tints of Medium Red Violet #BF299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 49.35%
G = 10.59%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF299B (or 0xBF299B) is known color: Medium Red Violet. HEX triplet: BF, 29 and 9B. RGB value is (191,41,155). Sum of RGB (Red+Green+Blue) = 191+41+155=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF299B is #40D664. Grayscale: #626262. Windows color (decimal): -4249189 or 10168767. OLE color: 10168767.

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

Color convert

RGB 191 41 155 -
CMYK 0 0.79 0.19 0.25
HSL 314.4º 0.65% 0.45% -
HSV(B) 314.4º 0.79% 0.75% -
XYZ 28.2 15.03 32.43 -
YUV 98.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 191 41 155 0 0.79 0.19 0.25 314.4 0.65 0.45
Hex BF 29 9B 0 4F 13 19 13A 41 2D
Octal 277 51 233 0 117 23 31 472 101 55
Binary 10111111 101001 10011011 0 1001111 10011 11001 100111010 1000001 101101

Color Harmonies of #BF299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF299B

Black with #BF299B

Text Example


Text Example

White with #BF299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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