Html Css Color HEX #BC00CA Deep Magenta

📋 copy color: '#BC00CA'

red 188 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #BC00CA

Tints of Deep Magenta #BC00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.21%
G = 0%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC00CA (or 0xBC00CA) is known color: Deep Magenta. HEX triplet: BC, 00 and CA. RGB value is (188,0,202). Sum of RGB (Red+Green+Blue) = 188+0+202=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00CA is #43FF35. Grayscale: #4E4E4E. Windows color (decimal): -4456246 or 13238460. OLE color: 13238460.

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

Color convert

RGB 188 0 202 -
CMYK 0.07 1 0 0.21
HSL 295.84º 1% 0.4% -
HSV(B) 295.84º 1% 0.79% -
XYZ 31.4 14.96 57.11 -
YUV 79.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 188 0 202 0.07 1 0 0.21 295.84 1 0.4
Hex BC 0 CA 7 64 0 15 128 64 28
Octal 274 0 312 7 144 0 25 450 144 50
Binary 10111100 0 11001010 111 1100100 0 10101 100101000 1100100 101000

Color Harmonies of #BC00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00CA

Black with #BC00CA

Text Example


Text Example

White with #BC00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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