Html Css Color HEX #BC02CA Deep Magenta

📋 copy color: '#BC02CA'

red 188 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #BC02CA

Tints of Deep Magenta #BC02CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 47.96%
G = 0.51%
B = 51.53%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC02CA (or 0xBC02CA) is known color: Deep Magenta. HEX triplet: BC, 02 and CA. RGB value is (188,2,202). Sum of RGB (Red+Green+Blue) = 188+2+202=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CA is #43FD35. Grayscale: #4F4F4F. Windows color (decimal): -4455734 or 13238972. OLE color: 13238972.

HSL color Cylindrical-coordinate representation of color #BC02CA: hue angle of 295.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02CA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 2 202 -
CMYK 0.07 0.99 0 0.21
HSL 295.8º 0.98% 0.4% -
HSV(B) 295.8º 0.99% 0.79% -
XYZ 31.42 15 57.12 -
YUV 80.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 188 2 202 0.07 0.99 0 0.21 295.8 0.98 0.4
Hex BC 2 CA 7 63 0 15 128 62 28
Octal 274 2 312 7 143 0 25 450 142 50
Binary 10111100 10 11001010 111 1100011 0 10101 100101000 1100010 101000

Color Harmonies of #BC02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02CA

Black with #BC02CA

Text Example


Text Example

White with #BC02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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