Html Css Color HEX #BC1DBA Deep Magenta

📋 copy color: '#BC1DBA'

red 188 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #BC1DBA

Tints of Deep Magenta #BC1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.2%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 46.65%
G = 7.2%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC1DBA (or 0xBC1DBA) is known color: Deep Magenta. HEX triplet: BC, 1D and BA. RGB value is (188,29,186). Sum of RGB (Red+Green+Blue) = 188+29+186=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DBA is #43E245. Grayscale: #5D5D5D. Windows color (decimal): -4448838 or 12197308. OLE color: 12197308.

HSL color Cylindrical-coordinate representation of color #BC1DBA: hue angle of 300.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DBA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 29 186 -
CMYK 0 0.85 0.01 0.26
HSL 300.75º 0.73% 0.43% -
HSV(B) 300.75º 0.85% 0.74% -
XYZ 30.04 15.12 47.79 -
YUV 94.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 188 29 186 0 0.85 0.01 0.26 300.75 0.73 0.43
Hex BC 1D BA 0 55 1 1A 12D 49 2B
Octal 274 35 272 0 125 1 32 455 111 53
Binary 10111100 11101 10111010 0 1010101 1 11010 100101101 1001001 101011

Color Harmonies of #BC1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DBA

Black with #BC1DBA

Text Example


Text Example

White with #BC1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DBA; }

 p { color: rgb(188,29,186); }

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

background-color css

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

 a { background-color: rgb(188,29,186); }

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

border-color css

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

 span { border-color: rgb(188,29,186); }

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