Html Css Color HEX #BD0DCD Deep Magenta

📋 copy color: '#BD0DCD'

red 189 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #BD0DCD

Tints of Deep Magenta #BD0DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 46.44%
G = 3.19%
B = 50.37%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD0DCD (or 0xBD0DCD) is known color: Deep Magenta. HEX triplet: BD, 0D and CD. RGB value is (189,13,205). Sum of RGB (Red+Green+Blue) = 189+13+205=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DCD is #42F232. Grayscale: #565656. Windows color (decimal): -4387379 or 13438397. OLE color: 13438397.

HSL color Cylindrical-coordinate representation of color #BD0DCD: hue angle of 295º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0DCD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 13 205 -
CMYK 0.08 0.94 0 0.20
HSL 295º 0.88% 0.43% -
HSV(B) 295º 0.94% 0.8% -
XYZ 32.15 15.51 59.06 -
YUV 87.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 189 13 205 0.08 0.94 0 0.20 295 0.88 0.43
Hex BD D CD 8 5E 0 14 127 58 2B
Octal 275 15 315 10 136 0 24 447 130 53
Binary 10111101 1101 11001101 1000 1011110 0 10100 100100111 1011000 101011

Color Harmonies of #BD0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0DCD

Black with #BD0DCD

Text Example


Text Example

White with #BD0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0DCD; }

 p { color: rgb(189,13,205); }

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

background-color css

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

 a { background-color: rgb(189,13,205); }

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

border-color css

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

 span { border-color: rgb(189,13,205); }

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