Html Css Color HEX #BD12DA Deep Magenta

📋 copy color: '#BD12DA'

red 189 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #BD12DA

Tints of Deep Magenta #BD12DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 44.47%
G = 4.24%
B = 51.29%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD12DA (or 0xBD12DA) is known color: Deep Magenta. HEX triplet: BD, 12 and DA. RGB value is (189,18,218). Sum of RGB (Red+Green+Blue) = 189+18+218=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12DA is #42ED25. Grayscale: #5B5B5B. Windows color (decimal): -4386086 or 14291645. OLE color: 14291645.

HSL color Cylindrical-coordinate representation of color #BD12DA: hue angle of 291.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD12DA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 18 218 -
CMYK 0.13 0.92 0 0.15
HSL 291.3º 0.85% 0.46% -
HSV(B) 291.3º 0.92% 0.85% -
XYZ 33.86 16.31 67.69 -
YUV 91.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 189 18 218 0.13 0.92 0 0.15 291.3 0.85 0.46
Hex BD 12 DA D 5C 0 F 123 55 2E
Octal 275 22 332 15 134 0 17 443 125 56
Binary 10111101 10010 11011010 1101 1011100 0 1111 100100011 1010101 101110

Color Harmonies of #BD12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12DA

Black with #BD12DA

Text Example


Text Example

White with #BD12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12DA; }

 p { color: rgb(189,18,218); }

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

background-color css

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

 a { background-color: rgb(189,18,218); }

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

border-color css

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

 span { border-color: rgb(189,18,218); }

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