Html Css Color HEX #BC03C9 Deep Magenta

📋 copy color: '#BC03C9'

red 188 ◦ green 3 ◦ blue 201

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

Shades of Deep Magenta #BC03C9

Tints of Deep Magenta #BC03C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 47.96%
G = 0.77%
B = 51.28%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC03C9 (or 0xBC03C9) is known color: Deep Magenta. HEX triplet: BC, 03 and C9. RGB value is (188,3,201). Sum of RGB (Red+Green+Blue) = 188+3+201=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03C9 is #43FC36. Grayscale: #505050. Windows color (decimal): -4455479 or 13173692. OLE color: 13173692.

HSL color Cylindrical-coordinate representation of color #BC03C9: hue angle of 296.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03C9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 3 201 -
CMYK 0.06 0.99 0 0.21
HSL 296.06º 0.97% 0.4% -
HSV(B) 296.06º 0.99% 0.79% -
XYZ 31.31 14.97 56.5 -
YUV 80.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 188 3 201 0.06 0.99 0 0.21 296.06 0.97 0.4
Hex BC 3 C9 6 63 0 15 128 61 28
Octal 274 3 311 6 143 0 25 450 141 50
Binary 10111100 11 11001001 110 1100011 0 10101 100101000 1100001 101000

Color Harmonies of #BC03C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03C9

Black with #BC03C9

Text Example


Text Example

White with #BC03C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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