Html Css Color HEX #BC02C9 Deep Magenta

📋 copy color: '#BC02C9'

red 188 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #BC02C9

Tints of Deep Magenta #BC02C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 48.08%
G = 0.51%
B = 51.41%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC02C9 (or 0xBC02C9) is known color: Deep Magenta. HEX triplet: BC, 02 and C9. RGB value is (188,2,201). Sum of RGB (Red+Green+Blue) = 188+2+201=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02C9 is #43FD36. Grayscale: #4F4F4F. Windows color (decimal): -4455735 or 13173436. OLE color: 13173436.

HSL color Cylindrical-coordinate representation of color #BC02C9: hue angle of 296.08º 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 #BC02C9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 2 201 -
CMYK 0.06 0.99 0 0.21
HSL 296.08º 0.98% 0.4% -
HSV(B) 296.08º 0.99% 0.79% -
XYZ 31.3 14.95 56.49 -
YUV 80.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 188 2 201 0.06 0.99 0 0.21 296.08 0.98 0.4
Hex BC 2 C9 6 63 0 15 128 62 28
Octal 274 2 311 6 143 0 25 450 142 50
Binary 10111100 10 11001001 110 1100011 0 10101 100101000 1100010 101000

Color Harmonies of #BC02C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02C9

Black with #BC02C9

Text Example


Text Example

White with #BC02C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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