Html Css Color HEX #BC18DA Deep Magenta

📋 copy color: '#BC18DA'

red 188 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #BC18DA

Tints of Deep Magenta #BC18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 43.72%
G = 5.58%
B = 50.7%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC18DA (or 0xBC18DA) is known color: Deep Magenta. HEX triplet: BC, 18 and DA. RGB value is (188,24,218). Sum of RGB (Red+Green+Blue) = 188+24+218=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18DA is #43E725. Grayscale: #5E5E5E. Windows color (decimal): -4450086 or 14293180. OLE color: 14293180.

HSL color Cylindrical-coordinate representation of color #BC18DA: hue angle of 290.72º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC18DA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 24 218 -
CMYK 0.14 0.89 0 0.15
HSL 290.72º 0.8% 0.47% -
HSV(B) 290.72º 0.89% 0.85% -
XYZ 33.72 16.41 67.72 -
YUV 95.15 197.33 194.23 -
System Red Green Blue C M Y K H S L
Decimal 188 24 218 0.14 0.89 0 0.15 290.72 0.8 0.47
Hex BC 18 DA E 59 0 F 123 50 2F
Octal 274 30 332 16 131 0 17 443 120 57
Binary 10111100 11000 11011010 1110 1011001 0 1111 100100011 1010000 101111

Color Harmonies of #BC18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18DA

Black with #BC18DA

Text Example


Text Example

White with #BC18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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