Html Css Color HEX #BD12DF Deep Magenta

📋 copy color: '#BD12DF'

red 189 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #BD12DF

Tints of Deep Magenta #BD12DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 43.95%
G = 4.19%
B = 51.86%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD12DF (or 0xBD12DF) is known color: Deep Magenta. HEX triplet: BD, 12 and DF. RGB value is (189,18,223). Sum of RGB (Red+Green+Blue) = 189+18+223=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12DF is #42ED20. Grayscale: #5B5B5B. Windows color (decimal): -4386081 or 14619325. OLE color: 14619325.

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

Color convert

RGB 189 18 223 -
CMYK 0.15 0.92 0 0.13
HSL 290.05º 0.85% 0.47% -
HSV(B) 290.05º 0.92% 0.87% -
XYZ 34.52 16.58 71.19 -
YUV 92.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 189 18 223 0.15 0.92 0 0.13 290.05 0.85 0.47
Hex BD 12 DF F 5C 0 D 122 55 2F
Octal 275 22 337 17 134 0 15 442 125 57
Binary 10111101 10010 11011111 1111 1011100 0 1101 100100010 1010101 101111

Color Harmonies of #BD12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12DF

Black with #BD12DF

Text Example


Text Example

White with #BD12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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