Html Css Color HEX #BF298B Medium Red Violet

📋 copy color: '#BF298B'

red 191 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #BF298B

Tints of Medium Red Violet #BF298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 51.48%
G = 11.05%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF298B (or 0xBF298B) is known color: Medium Red Violet. HEX triplet: BF, 29 and 8B. RGB value is (191,41,139). Sum of RGB (Red+Green+Blue) = 191+41+139=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF298B is #40D674. Grayscale: #606060. Windows color (decimal): -4249205 or 9120191. OLE color: 9120191.

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

Color convert

RGB 191 41 139 -
CMYK 0 0.79 0.27 0.25
HSL 320.8º 0.65% 0.45% -
HSV(B) 320.8º 0.79% 0.75% -
XYZ 26.94 14.53 25.81 -
YUV 97.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 191 41 139 0 0.79 0.27 0.25 320.8 0.65 0.45
Hex BF 29 8B 0 4F 1B 19 141 41 2D
Octal 277 51 213 0 117 33 31 501 101 55
Binary 10111111 101001 10001011 0 1001111 11011 11001 101000001 1000001 101101

Color Harmonies of #BF298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF298B

Black with #BF298B

Text Example


Text Example

White with #BF298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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