Html Css Color HEX #BD10CE Deep Magenta

📋 copy color: '#BD10CE'

red 189 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #BD10CE

Tints of Deep Magenta #BD10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 45.99%
G = 3.89%
B = 50.12%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD10CE (or 0xBD10CE) is known color: Deep Magenta. HEX triplet: BD, 10 and CE. RGB value is (189,16,206). Sum of RGB (Red+Green+Blue) = 189+16+206=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10CE is #42EF31. Grayscale: #585858. Windows color (decimal): -4386610 or 13504701. OLE color: 13504701.

HSL color Cylindrical-coordinate representation of color #BD10CE: hue angle of 294.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10CE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 16 206 -
CMYK 0.08 0.92 0 0.19
HSL 294.63º 0.86% 0.44% -
HSV(B) 294.63º 0.92% 0.81% -
XYZ 32.31 15.65 59.71 -
YUV 89.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 189 16 206 0.08 0.92 0 0.19 294.63 0.86 0.44
Hex BD 10 CE 8 5C 0 13 127 56 2C
Octal 275 20 316 10 134 0 23 447 126 54
Binary 10111101 10000 11001110 1000 1011100 0 10011 100100111 1010110 101100

Color Harmonies of #BD10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10CE

Black with #BD10CE

Text Example


Text Example

White with #BD10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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