Html Css Color HEX #BD1DBA Deep Magenta

📋 copy color: '#BD1DBA'

red 189 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #BD1DBA

Tints of Deep Magenta #BD1DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 46.78%
G = 7.18%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD1DBA (or 0xBD1DBA) is known color: Deep Magenta. HEX triplet: BD, 1D and BA. RGB value is (189,29,186). Sum of RGB (Red+Green+Blue) = 189+29+186=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DBA is #42E245. Grayscale: #5E5E5E. Windows color (decimal): -4383302 or 12197309. OLE color: 12197309.

HSL color Cylindrical-coordinate representation of color #BD1DBA: hue angle of 301.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DBA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 186 -
CMYK 0 0.85 0.02 0.26
HSL 301.13º 0.73% 0.43% -
HSV(B) 301.13º 0.85% 0.74% -
XYZ 30.29 15.24 47.8 -
YUV 94.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 189 29 186 0 0.85 0.02 0.26 301.13 0.73 0.43
Hex BD 1D BA 0 55 2 1A 12D 49 2B
Octal 275 35 272 0 125 2 32 455 111 53
Binary 10111101 11101 10111010 0 1010101 10 11010 100101101 1001001 101011

Color Harmonies of #BD1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DBA

Black with #BD1DBA

Text Example


Text Example

White with #BD1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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