Html Css Color HEX #BD01DF Deep Magenta

📋 copy color: '#BD01DF'

red 189 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #BD01DF

Tints of Deep Magenta #BD01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 45.76%
G = 0.24%
B = 54%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD01DF (or 0xBD01DF) is known color: Deep Magenta. HEX triplet: BD, 01 and DF. RGB value is (189,1,223). Sum of RGB (Red+Green+Blue) = 189+1+223=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01DF is #42FE20. Grayscale: #515151. Windows color (decimal): -4390433 or 14614973. OLE color: 14614973.

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

Color convert

RGB 189 1 223 -
CMYK 0.15 1.00 0 0.13
HSL 290.81º 0.99% 0.44% -
HSV(B) 290.81º 1% 0.87% -
XYZ 34.32 16.17 71.12 -
YUV 82.52 207.28 203.95 -
System Red Green Blue C M Y K H S L
Decimal 189 1 223 0.15 1.00 0 0.13 290.81 0.99 0.44
Hex BD 1 DF F 64 0 D 123 63 2C
Octal 275 1 337 17 144 0 15 443 143 54
Binary 10111101 1 11011111 1111 1100100 0 1101 100100011 1100011 101100

Color Harmonies of #BD01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01DF

Black with #BD01DF

Text Example


Text Example

White with #BD01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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