Html Css Color HEX #BD1CCD Deep Magenta

📋 copy color: '#BD1CCD'

red 189 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #BD1CCD

Tints of Deep Magenta #BD1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 44.79%
G = 6.64%
B = 48.58%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD1CCD (or 0xBD1CCD) is known color: Deep Magenta. HEX triplet: BD, 1C and CD. RGB value is (189,28,205). Sum of RGB (Red+Green+Blue) = 189+28+205=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CCD is #42E332. Grayscale: #5F5F5F. Windows color (decimal): -4383539 or 13442237. OLE color: 13442237.

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

Color convert

RGB 189 28 205 -
CMYK 0.08 0.86 0 0.20
HSL 294.58º 0.76% 0.46% -
HSV(B) 294.58º 0.86% 0.8% -
XYZ 32.42 16.06 59.15 -
YUV 96.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 189 28 205 0.08 0.86 0 0.20 294.58 0.76 0.46
Hex BD 1C CD 8 56 0 14 127 4C 2E
Octal 275 34 315 10 126 0 24 447 114 56
Binary 10111101 11100 11001101 1000 1010110 0 10100 100100111 1001100 101110

Color Harmonies of #BD1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CCD

Black with #BD1CCD

Text Example


Text Example

White with #BD1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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