Html Css Color HEX #BC18C1 Deep Magenta

📋 copy color: '#BC18C1'

red 188 ◦ green 24 ◦ blue 193

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

Shades of Deep Magenta #BC18C1

Tints of Deep Magenta #BC18C1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.93%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 46.42%
G = 5.93%
B = 47.65%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC18C1 (or 0xBC18C1) is known color: Deep Magenta. HEX triplet: BC, 18 and C1. RGB value is (188,24,193). Sum of RGB (Red+Green+Blue) = 188+24+193=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC18C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18C1 is #43E73E. Grayscale: #5B5B5B. Windows color (decimal): -4450111 or 12654780. OLE color: 12654780.

HSL color Cylindrical-coordinate representation of color #BC18C1: hue angle of 298.22º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC18C1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 24 193 -
CMYK 0.03 0.88 0 0.24
HSL 298.22º 0.78% 0.43% -
HSV(B) 298.22º 0.88% 0.76% -
XYZ 30.69 15.19 51.77 -
YUV 92.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 188 24 193 0.03 0.88 0 0.24 298.22 0.78 0.43
Hex BC 18 C1 3 58 0 18 12A 4E 2B
Octal 274 30 301 3 130 0 30 452 116 53
Binary 10111100 11000 11000001 11 1011000 0 11000 100101010 1001110 101011

Color Harmonies of #BC18C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18C1

Black with #BC18C1

Text Example


Text Example

White with #BC18C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18C1; }

 p { color: rgb(188,24,193); }

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

background-color css

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

 a { background-color: rgb(188,24,193); }

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

border-color css

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

 span { border-color: rgb(188,24,193); }

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