Html Css Color HEX #BC0FCA Deep Magenta

📋 copy color: '#BC0FCA'

red 188 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #BC0FCA

Tints of Deep Magenta #BC0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

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

R = 46.42%
G = 3.7%
B = 49.88%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC0FCA (or 0xBC0FCA) is known color: Deep Magenta. HEX triplet: BC, 0F and CA. RGB value is (188,15,202). Sum of RGB (Red+Green+Blue) = 188+15+202=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FCA is #43F035. Grayscale: #575757. Windows color (decimal): -4452406 or 13242300. OLE color: 13242300.

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

Color convert

RGB 188 15 202 -
CMYK 0.07 0.93 0 0.21
HSL 295.51º 0.86% 0.43% -
HSV(B) 295.51º 0.93% 0.79% -
XYZ 31.57 15.3 57.17 -
YUV 88.05 192.31 199.29 -
System Red Green Blue C M Y K H S L
Decimal 188 15 202 0.07 0.93 0 0.21 295.51 0.86 0.43
Hex BC F CA 7 5D 0 15 128 56 2B
Octal 274 17 312 7 135 0 25 450 126 53
Binary 10111100 1111 11001010 111 1011101 0 10101 100101000 1010110 101011

Color Harmonies of #BC0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FCA

Black with #BC0FCA

Text Example


Text Example

White with #BC0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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