Html Css Color HEX #BF29C7 Deep Magenta

📋 copy color: '#BF29C7'

red 191 ◦ green 41 ◦ blue 199

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

Shades of Deep Magenta #BF29C7

Tints of Deep Magenta #BF29C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 44.32%
G = 9.51%
B = 46.17%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF29C7 (or 0xBF29C7) is known color: Deep Magenta. HEX triplet: BF, 29 and C7. RGB value is (191,41,199). Sum of RGB (Red+Green+Blue) = 191+41+199=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF29C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29C7 is #40D638. Grayscale: #676767. Windows color (decimal): -4249145 or 13052351. OLE color: 13052351.

HSL color Cylindrical-coordinate representation of color #BF29C7: hue angle of 296.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF29C7 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 41 199 -
CMYK 0.04 0.79 0 0.22
HSL 296.96º 0.66% 0.47% -
HSV(B) 296.96º 0.79% 0.78% -
XYZ 32.59 16.79 55.56 -
YUV 103.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 191 41 199 0.04 0.79 0 0.22 296.96 0.66 0.47
Hex BF 29 C7 4 4F 0 16 129 42 2F
Octal 277 51 307 4 117 0 26 451 102 57
Binary 10111111 101001 11000111 100 1001111 0 10110 100101001 1000010 101111

Color Harmonies of #BF29C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29C7

Black with #BF29C7

Text Example


Text Example

White with #BF29C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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