Html Css Color HEX #BF29CC Deep Magenta

📋 copy color: '#BF29CC'

red 191 ◦ green 41 ◦ blue 204

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

Shades of Deep Magenta #BF29CC

Tints of Deep Magenta #BF29CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 43.81%
G = 9.4%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF29CC (or 0xBF29CC) is known color: Deep Magenta. HEX triplet: BF, 29 and CC. RGB value is (191,41,204). Sum of RGB (Red+Green+Blue) = 191+41+204=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29CC is #40D633. Grayscale: #676767. Windows color (decimal): -4249140 or 13380031. OLE color: 13380031.

HSL color Cylindrical-coordinate representation of color #BF29CC: hue angle of 295.21º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF29CC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 41 204 -
CMYK 0.06 0.80 0 0.2
HSL 295.21º 0.67% 0.48% -
HSV(B) 295.21º 0.8% 0.8% -
XYZ 33.18 17.02 58.66 -
YUV 104.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 191 41 204 0.06 0.80 0 0.2 295.21 0.67 0.48
Hex BF 29 CC 6 50 0 14 127 43 30
Octal 277 51 314 6 120 0 24 447 103 60
Binary 10111111 101001 11001100 110 1010000 0 10100 100100111 1000011 110000

Color Harmonies of #BF29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29CC

Black with #BF29CC

Text Example


Text Example

White with #BF29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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