Html Css Color HEX #BC13C6 Deep Magenta

📋 copy color: '#BC13C6'

red 188 ◦ green 19 ◦ blue 198

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

Shades of Deep Magenta #BC13C6

Tints of Deep Magenta #BC13C6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.69%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 46.42%
G = 4.69%
B = 48.89%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC13C6 (or 0xBC13C6) is known color: Deep Magenta. HEX triplet: BC, 13 and C6. RGB value is (188,19,198). Sum of RGB (Red+Green+Blue) = 188+19+198=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC13C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13C6 is #43EC39. Grayscale: #595959. Windows color (decimal): -4451386 or 12981180. OLE color: 12981180.

HSL color Cylindrical-coordinate representation of color #BC13C6: hue angle of 296.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13C6 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 19 198 -
CMYK 0.05 0.90 0 0.22
HSL 296.65º 0.82% 0.43% -
HSV(B) 296.65º 0.9% 0.78% -
XYZ 31.16 15.23 54.72 -
YUV 89.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 188 19 198 0.05 0.90 0 0.22 296.65 0.82 0.43
Hex BC 13 C6 5 5A 0 16 129 52 2B
Octal 274 23 306 5 132 0 26 451 122 53
Binary 10111100 10011 11000110 101 1011010 0 10110 100101001 1010010 101011

Color Harmonies of #BC13C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13C6

Black with #BC13C6

Text Example


Text Example

White with #BC13C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13C6; }

 p { color: rgb(188,19,198); }

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

background-color css

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

 a { background-color: rgb(188,19,198); }

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

border-color css

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

 span { border-color: rgb(188,19,198); }

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