Html Css Color HEX #BD1FD1 Deep Magenta

📋 copy color: '#BD1FD1'

red 189 ◦ green 31 ◦ blue 209

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

Shades of Deep Magenta #BD1FD1

Tints of Deep Magenta #BD1FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 44.06%
G = 7.23%
B = 48.72%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD1FD1 (or 0xBD1FD1) is known color: Deep Magenta. HEX triplet: BD, 1F and D1. RGB value is (189,31,209). Sum of RGB (Red+Green+Blue) = 189+31+209=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FD1 is #42E02E. Grayscale: #616161. Windows color (decimal): -4382767 or 13705149. OLE color: 13705149.

HSL color Cylindrical-coordinate representation of color #BD1FD1: hue angle of 293.26º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1FD1 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 31 209 -
CMYK 0.10 0.85 0 0.18
HSL 293.26º 0.74% 0.47% -
HSV(B) 293.26º 0.85% 0.82% -
XYZ 32.98 16.4 61.75 -
YUV 98.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 189 31 209 0.10 0.85 0 0.18 293.26 0.74 0.47
Hex BD 1F D1 A 55 0 12 125 4A 2F
Octal 275 37 321 12 125 0 22 445 112 57
Binary 10111101 11111 11010001 1010 1010101 0 10010 100100101 1001010 101111

Color Harmonies of #BD1FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FD1

Black with #BD1FD1

Text Example


Text Example

White with #BD1FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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