Html Css Color HEX #BC02D7 Deep Magenta

📋 copy color: '#BC02D7'

red 188 ◦ green 2 ◦ blue 215

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

Shades of Deep Magenta #BC02D7

Tints of Deep Magenta #BC02D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 46.42%
G = 0.49%
B = 53.09%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC02D7 (or 0xBC02D7) is known color: Deep Magenta. HEX triplet: BC, 02 and D7. RGB value is (188,2,215). Sum of RGB (Red+Green+Blue) = 188+2+215=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC02D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02D7 is #43FD28. Grayscale: #515151. Windows color (decimal): -4455721 or 14090940. OLE color: 14090940.

HSL color Cylindrical-coordinate representation of color #BC02D7: hue angle of 292.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02D7 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 2 215 -
CMYK 0.13 0.99 0 0.16
HSL 292.39º 0.98% 0.43% -
HSV(B) 292.39º 0.99% 0.84% -
XYZ 33.03 15.64 65.57 -
YUV 81.9 203.12 203.68 -
System Red Green Blue C M Y K H S L
Decimal 188 2 215 0.13 0.99 0 0.16 292.39 0.98 0.43
Hex BC 2 D7 D 63 0 10 124 62 2B
Octal 274 2 327 15 143 0 20 444 142 53
Binary 10111100 10 11010111 1101 1100011 0 10000 100100100 1100010 101011

Color Harmonies of #BC02D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02D7

Black with #BC02D7

Text Example


Text Example

White with #BC02D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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