Html Css Color HEX #BC03C4 Deep Magenta

📋 copy color: '#BC03C4'

red 188 ◦ green 3 ◦ blue 196

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

Shades of Deep Magenta #BC03C4

Tints of Deep Magenta #BC03C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 48.58%
G = 0.78%
B = 50.65%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC03C4 (or 0xBC03C4) is known color: Deep Magenta. HEX triplet: BC, 03 and C4. RGB value is (188,3,196). Sum of RGB (Red+Green+Blue) = 188+3+196=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC03C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03C4 is #43FC3B. Grayscale: #4F4F4F. Windows color (decimal): -4455484 or 12846012. OLE color: 12846012.

HSL color Cylindrical-coordinate representation of color #BC03C4: hue angle of 297.51º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC03C4 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 3 196 -
CMYK 0.04 0.98 0 0.23
HSL 297.51º 0.97% 0.39% -
HSV(B) 297.51º 0.98% 0.77% -
XYZ 30.74 14.74 53.45 -
YUV 80.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 188 3 196 0.04 0.98 0 0.23 297.51 0.97 0.39
Hex BC 3 C4 4 62 0 17 12A 61 27
Octal 274 3 304 4 142 0 27 452 141 47
Binary 10111100 11 11000100 100 1100010 0 10111 100101010 1100001 100111

Color Harmonies of #BC03C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03C4

Black with #BC03C4

Text Example


Text Example

White with #BC03C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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