Html Css Color HEX #BF29AC Medium Red Violet

📋 copy color: '#BF29AC'

red 191 ◦ green 41 ◦ blue 172

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

Shades of Medium Red Violet #BF29AC

Tints of Medium Red Violet #BF29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 47.28%
G = 10.15%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF29AC (or 0xBF29AC) is known color: Medium Red Violet. HEX triplet: BF, 29 and AC. RGB value is (191,41,172). Sum of RGB (Red+Green+Blue) = 191+41+172=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29AC is #40D653. Grayscale: #646464. Windows color (decimal): -4249172 or 11282879. OLE color: 11282879.

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

Color convert

RGB 191 41 172 -
CMYK 0 0.79 0.10 0.25
HSL 307.6º 0.65% 0.45% -
HSV(B) 307.6º 0.79% 0.75% -
XYZ 29.73 15.64 40.48 -
YUV 100.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 191 41 172 0 0.79 0.10 0.25 307.6 0.65 0.45
Hex BF 29 AC 0 4F A 19 134 41 2D
Octal 277 51 254 0 117 12 31 464 101 55
Binary 10111111 101001 10101100 0 1001111 1010 11001 100110100 1000001 101101

Color Harmonies of #BF29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29AC

Black with #BF29AC

Text Example


Text Example

White with #BF29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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