Html Css Color HEX #BC04BA Deep Magenta

📋 copy color: '#BC04BA'

red 188 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #BC04BA

Tints of Deep Magenta #BC04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 49.74%
G = 1.06%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC04BA (or 0xBC04BA) is known color: Deep Magenta. HEX triplet: BC, 04 and BA. RGB value is (188,4,186). Sum of RGB (Red+Green+Blue) = 188+4+186=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04BA is #43FB45. Grayscale: #4F4F4F. Windows color (decimal): -4455238 or 12190908. OLE color: 12190908.

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

Color convert

RGB 188 4 186 -
CMYK 0 0.98 0.01 0.26
HSL 300.65º 0.96% 0.38% -
HSV(B) 300.65º 0.98% 0.74% -
XYZ 29.65 14.32 47.66 -
YUV 79.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 188 4 186 0 0.98 0.01 0.26 300.65 0.96 0.38
Hex BC 4 BA 0 62 1 1A 12D 60 26
Octal 274 4 272 0 142 1 32 455 140 46
Binary 10111100 100 10111010 0 1100010 1 11010 100101101 1100000 100110

Color Harmonies of #BC04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04BA

Black with #BC04BA

Text Example


Text Example

White with #BC04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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