Html Css Color HEX #BC18CD Deep Magenta

📋 copy color: '#BC18CD'

red 188 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #BC18CD

Tints of Deep Magenta #BC18CD

RGB

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

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

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

R = 45.08%
G = 5.76%
B = 49.16%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC18CD (or 0xBC18CD) is known color: Deep Magenta. HEX triplet: BC, 18 and CD. RGB value is (188,24,205). Sum of RGB (Red+Green+Blue) = 188+24+205=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18CD is #43E732. Grayscale: #5D5D5D. Windows color (decimal): -4450099 or 13441212. OLE color: 13441212.

HSL color Cylindrical-coordinate representation of color #BC18CD: hue angle of 294.36º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC18CD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 24 205 -
CMYK 0.08 0.88 0 0.20
HSL 294.36º 0.79% 0.45% -
HSV(B) 294.36º 0.88% 0.8% -
XYZ 32.09 15.75 59.11 -
YUV 93.67 190.83 195.28 -
System Red Green Blue C M Y K H S L
Decimal 188 24 205 0.08 0.88 0 0.20 294.36 0.79 0.45
Hex BC 18 CD 8 58 0 14 126 4F 2D
Octal 274 30 315 10 130 0 24 446 117 55
Binary 10111100 11000 11001101 1000 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #BC18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18CD

Black with #BC18CD

Text Example


Text Example

White with #BC18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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