Html Css Color HEX #BD03DF Deep Magenta

📋 copy color: '#BD03DF'

red 189 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #BD03DF

Tints of Deep Magenta #BD03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 45.54%
G = 0.72%
B = 53.73%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD03DF (or 0xBD03DF) is known color: Deep Magenta. HEX triplet: BD, 03 and DF. RGB value is (189,3,223). Sum of RGB (Red+Green+Blue) = 189+3+223=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03DF is #42FC20. Grayscale: #535353. Windows color (decimal): -4389921 or 14615485. OLE color: 14615485.

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

Color convert

RGB 189 3 223 -
CMYK 0.15 0.99 0 0.13
HSL 290.73º 0.97% 0.44% -
HSV(B) 290.73º 0.99% 0.87% -
XYZ 34.34 16.21 71.13 -
YUV 83.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 189 3 223 0.15 0.99 0 0.13 290.73 0.97 0.44
Hex BD 3 DF F 63 0 D 123 61 2C
Octal 275 3 337 17 143 0 15 443 141 54
Binary 10111101 11 11011111 1111 1100011 0 1101 100100011 1100001 101100

Color Harmonies of #BD03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03DF

Black with #BD03DF

Text Example


Text Example

White with #BD03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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