Html Css Color HEX #BC1ACC Deep Magenta

📋 copy color: '#BC1ACC'

red 188 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #BC1ACC

Tints of Deep Magenta #BC1ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 44.98%
G = 6.22%
B = 48.8%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC1ACC (or 0xBC1ACC) is known color: Deep Magenta. HEX triplet: BC, 1A and CC. RGB value is (188,26,204). Sum of RGB (Red+Green+Blue) = 188+26+204=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ACC is #43E533. Grayscale: #5E5E5E. Windows color (decimal): -4449588 or 13376188. OLE color: 13376188.

HSL color Cylindrical-coordinate representation of color #BC1ACC: hue angle of 294.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1ACC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 26 204 -
CMYK 0.08 0.87 0 0.2
HSL 294.61º 0.77% 0.45% -
HSV(B) 294.61º 0.87% 0.8% -
XYZ 32.01 15.79 58.49 -
YUV 94.73 189.67 194.53 -
System Red Green Blue C M Y K H S L
Decimal 188 26 204 0.08 0.87 0 0.2 294.61 0.77 0.45
Hex BC 1A CC 8 57 0 14 127 4D 2D
Octal 274 32 314 10 127 0 24 447 115 55
Binary 10111100 11010 11001100 1000 1010111 0 10100 100100111 1001101 101101

Color Harmonies of #BC1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ACC

Black with #BC1ACC

Text Example


Text Example

White with #BC1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ACC; }

 p { color: rgb(188,26,204); }

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

background-color css

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

 a { background-color: rgb(188,26,204); }

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

border-color css

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

 span { border-color: rgb(188,26,204); }

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