Html Css Color HEX #BC1AB0 Deep Magenta

📋 copy color: '#BC1AB0'

red 188 ◦ green 26 ◦ blue 176

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

Shades of Deep Magenta #BC1AB0

Tints of Deep Magenta #BC1AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 48.21%
G = 6.67%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC1AB0 (or 0xBC1AB0) is known color: Deep Magenta. HEX triplet: BC, 1A and B0. RGB value is (188,26,176). Sum of RGB (Red+Green+Blue) = 188+26+176=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AB0 is #43E54F. Grayscale: #5B5B5B. Windows color (decimal): -4449616 or 11541180. OLE color: 11541180.

HSL color Cylindrical-coordinate representation of color #BC1AB0: hue angle of 304.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AB0 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 176 -
CMYK 0 0.86 0.06 0.26
HSL 304.44º 0.76% 0.42% -
HSV(B) 304.44º 0.86% 0.74% -
XYZ 28.94 14.56 42.36 -
YUV 91.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 188 26 176 0 0.86 0.06 0.26 304.44 0.76 0.42
Hex BC 1A B0 0 56 6 1A 130 4C 2A
Octal 274 32 260 0 126 6 32 460 114 52
Binary 10111100 11010 10110000 0 1010110 110 11010 100110000 1001100 101010

Color Harmonies of #BC1AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AB0

Black with #BC1AB0

Text Example


Text Example

White with #BC1AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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