Html Css Color HEX #BF1DCD Deep Magenta

📋 copy color: '#BF1DCD'

red 191 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #BF1DCD

Tints of Deep Magenta #BF1DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 44.94%
G = 6.82%
B = 48.24%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF1DCD (or 0xBF1DCD) is known color: Deep Magenta. HEX triplet: BF, 1D and CD. RGB value is (191,29,205). Sum of RGB (Red+Green+Blue) = 191+29+205=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DCD is #40E232. Grayscale: #606060. Windows color (decimal): -4252211 or 13442495. OLE color: 13442495.

HSL color Cylindrical-coordinate representation of color #BF1DCD: hue angle of 295.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1DCD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 29 205 -
CMYK 0.07 0.86 0 0.20
HSL 295.23º 0.75% 0.46% -
HSV(B) 295.23º 0.86% 0.8% -
XYZ 32.94 16.36 59.18 -
YUV 97.5 188.67 194.69 -
System Red Green Blue C M Y K H S L
Decimal 191 29 205 0.07 0.86 0 0.20 295.23 0.75 0.46
Hex BF 1D CD 7 56 0 14 127 4B 2E
Octal 277 35 315 7 126 0 24 447 113 56
Binary 10111111 11101 11001101 111 1010110 0 10100 100100111 1001011 101110

Color Harmonies of #BF1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DCD

Black with #BF1DCD

Text Example


Text Example

White with #BF1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DCD; }

 p { color: rgb(191,29,205); }

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

background-color css

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

 a { background-color: rgb(191,29,205); }

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

border-color css

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

 span { border-color: rgb(191,29,205); }

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