Html Css Color HEX #BC14C6 Deep Magenta

📋 copy color: '#BC14C6'

red 188 ◦ green 20 ◦ blue 198

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

Shades of Deep Magenta #BC14C6

Tints of Deep Magenta #BC14C6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.93%

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

R = 46.31%
G = 4.93%
B = 48.77%

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

#BC14C6 (or 0xBC14C6) is known color: Deep Magenta. HEX triplet: BC, 14 and C6. RGB value is (188,20,198). Sum of RGB (Red+Green+Blue) = 188+20+198=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC14C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14C6 is #43EB39. Grayscale: #595959. Windows color (decimal): -4451130 or 12981436. OLE color: 12981436.

HSL color Cylindrical-coordinate representation of color #BC14C6: hue angle of 296.63º 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 #BC14C6 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 20 198 -
CMYK 0.05 0.90 0 0.22
HSL 296.63º 0.82% 0.43% -
HSV(B) 296.63º 0.9% 0.78% -
XYZ 31.18 15.27 54.73 -
YUV 90.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 188 20 198 0.05 0.90 0 0.22 296.63 0.82 0.43
Hex BC 14 C6 5 5A 0 16 129 52 2B
Octal 274 24 306 5 132 0 26 451 122 53
Binary 10111100 10100 11000110 101 1011010 0 10110 100101001 1010010 101011

Color Harmonies of #BC14C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14C6

Black with #BC14C6

Text Example


Text Example

White with #BC14C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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