Html Css Color HEX #BD1DCA Deep Magenta

📋 copy color: '#BD1DCA'

red 189 ◦ green 29 ◦ blue 202

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

Shades of Deep Magenta #BD1DCA

Tints of Deep Magenta #BD1DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 45%
G = 6.9%
B = 48.1%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD1DCA (or 0xBD1DCA) is known color: Deep Magenta. HEX triplet: BD, 1D and CA. RGB value is (189,29,202). Sum of RGB (Red+Green+Blue) = 189+29+202=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD1DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DCA is #42E235. Grayscale: #606060. Windows color (decimal): -4383286 or 13245885. OLE color: 13245885.

HSL color Cylindrical-coordinate representation of color #BD1DCA: hue angle of 295.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1DCA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 29 202 -
CMYK 0.06 0.86 0 0.21
HSL 295.49º 0.75% 0.45% -
HSV(B) 295.49º 0.86% 0.79% -
XYZ 32.09 15.96 57.27 -
YUV 96.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 189 29 202 0.06 0.86 0 0.21 295.49 0.75 0.45
Hex BD 1D CA 6 56 0 15 127 4B 2D
Octal 275 35 312 6 126 0 25 447 113 55
Binary 10111101 11101 11001010 110 1010110 0 10101 100100111 1001011 101101

Color Harmonies of #BD1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DCA

Black with #BD1DCA

Text Example


Text Example

White with #BD1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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