Html Css Color HEX #BC01CA Deep Magenta

📋 copy color: '#BC01CA'

red 188 ◦ green 1 ◦ blue 202

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

Shades of Deep Magenta #BC01CA

Tints of Deep Magenta #BC01CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 48.08%
G = 0.26%
B = 51.66%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC01CA (or 0xBC01CA) is known color: Deep Magenta. HEX triplet: BC, 01 and CA. RGB value is (188,1,202). Sum of RGB (Red+Green+Blue) = 188+1+202=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01CA is #43FE35. Grayscale: #4F4F4F. Windows color (decimal): -4455990 or 13238716. OLE color: 13238716.

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

Color convert

RGB 188 1 202 -
CMYK 0.07 1.00 0 0.21
HSL 295.82º 0.99% 0.4% -
HSV(B) 295.82º 1% 0.79% -
XYZ 31.41 14.98 57.11 -
YUV 79.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 188 1 202 0.07 1.00 0 0.21 295.82 0.99 0.4
Hex BC 1 CA 7 64 0 15 128 63 28
Octal 274 1 312 7 144 0 25 450 143 50
Binary 10111100 1 11001010 111 1100100 0 10101 100101000 1100011 101000

Color Harmonies of #BC01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01CA

Black with #BC01CA

Text Example


Text Example

White with #BC01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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