Html Css Color HEX #BD1FCD Deep Magenta

📋 copy color: '#BD1FCD'

red 189 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #BD1FCD

Tints of Deep Magenta #BD1FCD

RGB

 RED value IS 189 (74.22% from 255) = 44.47%

 GREEN value IS 31 (12.5% from 255) = 7.29%

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

R = 44.47%
G = 7.29%
B = 48.24%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD1FCD (or 0xBD1FCD) is known color: Deep Magenta. HEX triplet: BD, 1F and CD. RGB value is (189,31,205). Sum of RGB (Red+Green+Blue) = 189+31+205=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 31 (12.5% from 255 or 7.29% 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 #BD1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FCD is #42E032. Grayscale: #616161. Windows color (decimal): -4382771 or 13443005. OLE color: 13443005.

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

Color convert

RGB 189 31 205 -
CMYK 0.08 0.85 0 0.20
HSL 294.48º 0.74% 0.46% -
HSV(B) 294.48º 0.85% 0.8% -
XYZ 32.5 16.21 59.17 -
YUV 98.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 189 31 205 0.08 0.85 0 0.20 294.48 0.74 0.46
Hex BD 1F CD 8 55 0 14 126 4A 2E
Octal 275 37 315 10 125 0 24 446 112 56
Binary 10111101 11111 11001101 1000 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BD1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FCD

Black with #BD1FCD

Text Example


Text Example

White with #BD1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FCD; }

 p { color: rgb(189,31,205); }

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

background-color css

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

 a { background-color: rgb(189,31,205); }

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

border-color css

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

 span { border-color: rgb(189,31,205); }

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