Html Css Color HEX #BC03CC Deep Magenta

📋 copy color: '#BC03CC'

red 188 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #BC03CC

Tints of Deep Magenta #BC03CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 47.59%
G = 0.76%
B = 51.65%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC03CC (or 0xBC03CC) is known color: Deep Magenta. HEX triplet: BC, 03 and CC. RGB value is (188,3,204). Sum of RGB (Red+Green+Blue) = 188+3+204=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03CC is #43FC33. Grayscale: #505050. Windows color (decimal): -4455476 or 13370300. OLE color: 13370300.

HSL color Cylindrical-coordinate representation of color #BC03CC: hue angle of 295.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03CC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 3 204 -
CMYK 0.08 0.99 0 0.2
HSL 295.22º 0.97% 0.41% -
HSV(B) 295.22º 0.99% 0.8% -
XYZ 31.67 15.12 58.38 -
YUV 81.23 197.29 204.16 -
System Red Green Blue C M Y K H S L
Decimal 188 3 204 0.08 0.99 0 0.2 295.22 0.97 0.41
Hex BC 3 CC 8 63 0 14 127 61 29
Octal 274 3 314 10 143 0 24 447 141 51
Binary 10111100 11 11001100 1000 1100011 0 10100 100100111 1100001 101001

Color Harmonies of #BC03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03CC

Black with #BC03CC

Text Example


Text Example

White with #BC03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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