Html Css Color HEX #BD10E1 Deep Magenta

📋 copy color: '#BD10E1'

red 189 ◦ green 16 ◦ blue 225

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

Shades of Deep Magenta #BD10E1

Tints of Deep Magenta #BD10E1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

 BLUE value IS 225 (88.28% from 255) = 52.33%

R = 43.95%
G = 3.72%
B = 52.33%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD10E1 (or 0xBD10E1) is known color: Deep Magenta. HEX triplet: BD, 10 and E1. RGB value is (189,16,225). Sum of RGB (Red+Green+Blue) = 189+16+225=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD10E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10E1 is #42EF1E. Grayscale: #5A5A5A. Windows color (decimal): -4386591 or 14749885. OLE color: 14749885.

HSL color Cylindrical-coordinate representation of color #BD10E1: hue angle of 289.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10E1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 16 225 -
CMYK 0.16 0.93 0 0.12
HSL 289.67º 0.87% 0.47% -
HSV(B) 289.67º 0.93% 0.88% -
XYZ 34.76 16.63 72.61 -
YUV 91.55 203.31 197.51 -
System Red Green Blue C M Y K H S L
Decimal 189 16 225 0.16 0.93 0 0.12 289.67 0.87 0.47
Hex BD 10 E1 10 5D 0 C 122 57 2F
Octal 275 20 341 20 135 0 14 442 127 57
Binary 10111101 10000 11100001 10000 1011101 0 1100 100100010 1010111 101111

Color Harmonies of #BD10E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10E1

Black with #BD10E1

Text Example


Text Example

White with #BD10E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10E1; }

 p { color: rgb(189,16,225); }

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

background-color css

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

 a { background-color: rgb(189,16,225); }

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

border-color css

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

 span { border-color: rgb(189,16,225); }

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