Html Css Color HEX #BD06DD Deep Magenta

📋 copy color: '#BD06DD'

red 189 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #BD06DD

Tints of Deep Magenta #BD06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 45.43%
G = 1.44%
B = 53.13%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD06DD (or 0xBD06DD) is known color: Deep Magenta. HEX triplet: BD, 06 and DD. RGB value is (189,6,221). Sum of RGB (Red+Green+Blue) = 189+6+221=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06DD is #42F922. Grayscale: #545454. Windows color (decimal): -4389155 or 14485181. OLE color: 14485181.

HSL color Cylindrical-coordinate representation of color #BD06DD: hue angle of 291.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06DD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 6 221 -
CMYK 0.14 0.97 0 0.13
HSL 291.07º 0.95% 0.45% -
HSV(B) 291.07º 0.97% 0.87% -
XYZ 34.1 16.17 69.73 -
YUV 85.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 189 6 221 0.14 0.97 0 0.13 291.07 0.95 0.45
Hex BD 6 DD E 61 0 D 123 5F 2D
Octal 275 6 335 16 141 0 15 443 137 55
Binary 10111101 110 11011101 1110 1100001 0 1101 100100011 1011111 101101

Color Harmonies of #BD06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06DD

Black with #BD06DD

Text Example


Text Example

White with #BD06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06DD; }

 p { color: rgb(189,6,221); }

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

background-color css

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

 a { background-color: rgb(189,6,221); }

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

border-color css

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

 span { border-color: rgb(189,6,221); }

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