Html Css Color HEX #BC0DD2 Deep Magenta

📋 copy color: '#BC0DD2'

red 188 ◦ green 13 ◦ blue 210

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

Shades of Deep Magenta #BC0DD2

Tints of Deep Magenta #BC0DD2

RGB

 RED value IS 188 (73.83% from 255) = 45.74%

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

 BLUE value IS 210 (82.42% from 255) = 51.09%

R = 45.74%
G = 3.16%
B = 51.09%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC0DD2 (or 0xBC0DD2) is known color: Deep Magenta. HEX triplet: BC, 0D and D2. RGB value is (188,13,210). Sum of RGB (Red+Green+Blue) = 188+13+210=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC0DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DD2 is #43F22D. Grayscale: #575757. Windows color (decimal): -4452910 or 13766076. OLE color: 13766076.

HSL color Cylindrical-coordinate representation of color #BC0DD2: hue angle of 293.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DD2 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 13 210 -
CMYK 0.10 0.94 0 0.18
HSL 293.3º 0.88% 0.44% -
HSV(B) 293.3º 0.94% 0.82% -
XYZ 32.52 15.63 62.28 -
YUV 87.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 188 13 210 0.10 0.94 0 0.18 293.3 0.88 0.44
Hex BC D D2 A 5E 0 12 125 58 2C
Octal 274 15 322 12 136 0 22 445 130 54
Binary 10111100 1101 11010010 1010 1011110 0 10010 100100101 1011000 101100

Color Harmonies of #BC0DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DD2

Black with #BC0DD2

Text Example


Text Example

White with #BC0DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DD2; }

 p { color: rgb(188,13,210); }

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

background-color css

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

 a { background-color: rgb(188,13,210); }

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

border-color css

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

 span { border-color: rgb(188,13,210); }

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