Html Css Color HEX #BC03BA Deep Magenta

📋 copy color: '#BC03BA'

red 188 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #BC03BA

Tints of Deep Magenta #BC03BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 49.87%
G = 0.8%
B = 49.34%

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

#BC03BA (or 0xBC03BA) is known color: Deep Magenta. HEX triplet: BC, 03 and BA. RGB value is (188,3,186). Sum of RGB (Red+Green+Blue) = 188+3+186=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03BA is #43FC45. Grayscale: #4E4E4E. Windows color (decimal): -4455494 or 12190652. OLE color: 12190652.

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

Color convert

RGB 188 3 186 -
CMYK 0 0.98 0.01 0.26
HSL 300.65º 0.97% 0.37% -
HSV(B) 300.65º 0.98% 0.74% -
XYZ 29.63 14.3 47.65 -
YUV 79.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 188 3 186 0 0.98 0.01 0.26 300.65 0.97 0.37
Hex BC 3 BA 0 62 1 1A 12D 61 25
Octal 274 3 272 0 142 1 32 455 141 45
Binary 10111100 11 10111010 0 1100010 1 11010 100101101 1100001 100101

Color Harmonies of #BC03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03BA

Black with #BC03BA

Text Example


Text Example

White with #BC03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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