Html Css Color HEX #BC03D2 Deep Magenta

📋 copy color: '#BC03D2'

red 188 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #BC03D2

Tints of Deep Magenta #BC03D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 46.88%
G = 0.75%
B = 52.37%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC03D2 (or 0xBC03D2) is known color: Deep Magenta. HEX triplet: BC, 03 and D2. RGB value is (188,3,210). Sum of RGB (Red+Green+Blue) = 188+3+210=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC03D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03D2 is #43FC2D. Grayscale: #515151. Windows color (decimal): -4455470 or 13763516. OLE color: 13763516.

HSL color Cylindrical-coordinate representation of color #BC03D2: hue angle of 293.62º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03D2 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 3 210 -
CMYK 0.10 0.99 0 0.18
HSL 293.62º 0.97% 0.42% -
HSV(B) 293.62º 0.99% 0.82% -
XYZ 32.4 15.41 62.24 -
YUV 81.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 188 3 210 0.10 0.99 0 0.18 293.62 0.97 0.42
Hex BC 3 D2 A 63 0 12 126 61 2A
Octal 274 3 322 12 143 0 22 446 141 52
Binary 10111100 11 11010010 1010 1100011 0 10010 100100110 1100001 101010

Color Harmonies of #BC03D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03D2

Black with #BC03D2

Text Example


Text Example

White with #BC03D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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