Html Css Color HEX #BC03CD Deep Magenta

📋 copy color: '#BC03CD'

red 188 ◦ green 3 ◦ blue 205

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

Shades of Deep Magenta #BC03CD

Tints of Deep Magenta #BC03CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 47.47%
G = 0.76%
B = 51.77%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC03CD (or 0xBC03CD) is known color: Deep Magenta. HEX triplet: BC, 03 and CD. RGB value is (188,3,205). Sum of RGB (Red+Green+Blue) = 188+3+205=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC03CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03CD is #43FC32. Grayscale: #505050. Windows color (decimal): -4455475 or 13435836. OLE color: 13435836.

HSL color Cylindrical-coordinate representation of color #BC03CD: hue angle of 294.95º 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 #BC03CD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 3 205 -
CMYK 0.08 0.99 0 0.20
HSL 294.95º 0.97% 0.41% -
HSV(B) 294.95º 0.99% 0.8% -
XYZ 31.79 15.16 59.01 -
YUV 81.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 188 3 205 0.08 0.99 0 0.20 294.95 0.97 0.41
Hex BC 3 CD 8 63 0 14 127 61 29
Octal 274 3 315 10 143 0 24 447 141 51
Binary 10111100 11 11001101 1000 1100011 0 10100 100100111 1100001 101001

Color Harmonies of #BC03CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03CD

Black with #BC03CD

Text Example


Text Example

White with #BC03CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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