Html Css Color HEX #BC02DA Deep Magenta

📋 copy color: '#BC02DA'

red 188 ◦ green 2 ◦ blue 218

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

Shades of Deep Magenta #BC02DA

Tints of Deep Magenta #BC02DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 46.08%
G = 0.49%
B = 53.43%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC02DA (or 0xBC02DA) is known color: Deep Magenta. HEX triplet: BC, 02 and DA. RGB value is (188,2,218). Sum of RGB (Red+Green+Blue) = 188+2+218=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02DA is #43FD25. Grayscale: #515151. Windows color (decimal): -4455718 or 14287548. OLE color: 14287548.

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

Color convert

RGB 188 2 218 -
CMYK 0.14 0.99 0 0.15
HSL 291.67º 0.98% 0.43% -
HSV(B) 291.67º 0.99% 0.85% -
XYZ 33.42 15.8 67.62 -
YUV 82.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 188 2 218 0.14 0.99 0 0.15 291.67 0.98 0.43
Hex BC 2 DA E 63 0 F 124 62 2B
Octal 274 2 332 16 143 0 17 444 142 53
Binary 10111100 10 11011010 1110 1100011 0 1111 100100100 1100010 101011

Color Harmonies of #BC02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02DA

Black with #BC02DA

Text Example


Text Example

White with #BC02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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