Html Css Color HEX #BD06DF Deep Magenta

📋 copy color: '#BD06DF'

red 189 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #BD06DF

Tints of Deep Magenta #BD06DF

RGB

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

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

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

R = 45.22%
G = 1.44%
B = 53.35%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD06DF (or 0xBD06DF) is known color: Deep Magenta. HEX triplet: BD, 06 and DF. RGB value is (189,6,223). Sum of RGB (Red+Green+Blue) = 189+6+223=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06DF is #42F920. Grayscale: #545454. Windows color (decimal): -4389153 or 14616253. OLE color: 14616253.

HSL color Cylindrical-coordinate representation of color #BD06DF: hue angle of 290.6º 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 #BD06DF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 6 223 -
CMYK 0.15 0.97 0 0.13
HSL 290.6º 0.95% 0.45% -
HSV(B) 290.6º 0.97% 0.87% -
XYZ 34.37 16.28 71.14 -
YUV 85.46 205.63 201.86 -
System Red Green Blue C M Y K H S L
Decimal 189 6 223 0.15 0.97 0 0.13 290.6 0.95 0.45
Hex BD 6 DF F 61 0 D 123 5F 2D
Octal 275 6 337 17 141 0 15 443 137 55
Binary 10111101 110 11011111 1111 1100001 0 1101 100100011 1011111 101101

Color Harmonies of #BD06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06DF

Black with #BD06DF

Text Example


Text Example

White with #BD06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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