Html Css Color HEX #BD1DCE Deep Magenta

📋 copy color: '#BD1DCE'

red 189 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #BD1DCE

Tints of Deep Magenta #BD1DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 44.58%
G = 6.84%
B = 48.58%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD1DCE (or 0xBD1DCE) is known color: Deep Magenta. HEX triplet: BD, 1D and CE. RGB value is (189,29,206). Sum of RGB (Red+Green+Blue) = 189+29+206=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD1DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DCE is #42E231. Grayscale: #606060. Windows color (decimal): -4383282 or 13508029. OLE color: 13508029.

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

Color convert

RGB 189 29 206 -
CMYK 0.08 0.86 0 0.19
HSL 294.24º 0.75% 0.46% -
HSV(B) 294.24º 0.86% 0.81% -
XYZ 32.57 16.15 59.79 -
YUV 97.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 189 29 206 0.08 0.86 0 0.19 294.24 0.75 0.46
Hex BD 1D CE 8 56 0 13 126 4B 2E
Octal 275 35 316 10 126 0 23 446 113 56
Binary 10111101 11101 11001110 1000 1010110 0 10011 100100110 1001011 101110

Color Harmonies of #BD1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DCE

Black with #BD1DCE

Text Example


Text Example

White with #BD1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DCE; }

 p { color: rgb(189,29,206); }

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

background-color css

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

 a { background-color: rgb(189,29,206); }

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

border-color css

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

 span { border-color: rgb(189,29,206); }

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