Html Css Color HEX #BC02CD Deep Magenta

📋 copy color: '#BC02CD'

red 188 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #BC02CD

Tints of Deep Magenta #BC02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 47.59%
G = 0.51%
B = 51.9%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC02CD (or 0xBC02CD) is known color: Deep Magenta. HEX triplet: BC, 02 and CD. RGB value is (188,2,205). Sum of RGB (Red+Green+Blue) = 188+2+205=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC02CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CD is #43FD32. Grayscale: #505050. Windows color (decimal): -4455731 or 13435580. OLE color: 13435580.

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

Color convert

RGB 188 2 205 -
CMYK 0.08 0.99 0 0.20
HSL 294.98º 0.98% 0.41% -
HSV(B) 294.98º 0.99% 0.8% -
XYZ 31.78 15.14 59.01 -
YUV 80.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 188 2 205 0.08 0.99 0 0.20 294.98 0.98 0.41
Hex BC 2 CD 8 63 0 14 127 62 29
Octal 274 2 315 10 143 0 24 447 142 51
Binary 10111100 10 11001101 1000 1100011 0 10100 100100111 1100010 101001

Color Harmonies of #BC02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02CD

Black with #BC02CD

Text Example


Text Example

White with #BC02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02CD; }

 p { color: rgb(188,2,205); }

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

background-color css

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

 a { background-color: rgb(188,2,205); }

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

border-color css

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

 span { border-color: rgb(188,2,205); }

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